Uses of Class
org.xipki.ca.api.profile.Certprofile.GeneralNameMode
-
Packages that use Certprofile.GeneralNameMode Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.GeneralNameMode in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return types with arguments of type Certprofile.GeneralNameMode Modifier and Type Method Description abstract Set<Certprofile.GeneralNameMode>Certprofile. getSubjectAltNameModes()Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,Set<Certprofile.GeneralNameMode>>Certprofile. getSubjectInfoAccessModes()Returns the SubjectInfoAccess modes.Method parameters in org.xipki.ca.api.profile with type arguments of type Certprofile.GeneralNameMode Modifier and Type Method Description static org.bouncycastle.asn1.x509.GeneralNameBaseCertprofile. createGeneralName(org.bouncycastle.asn1.x509.GeneralName requestedName, Set<Certprofile.GeneralNameMode> modes)Creates GeneralName.
-