Home | History | Annotate | Download | only in x509

Lines Matching full:fullname

52  *        fullName                [0]     GeneralNames,
70 private final GeneralNames fullName;
73 public DistributionPointName(GeneralNames fullName) {
74 this.fullName = fullName;
79 this.fullName = null;
86 if (fullName != null) {
87 fullName.dumpValue(sb, prefix + " ");
103 return (dpn.fullName == null) ? 1 : 0;
120 if (dpn.fullName == null) {
123 return dpn.fullName;