Uses of Class
netscape.security.x509.GeneralName
-
Packages that use GeneralName Package Description com.netscape.cms.profile.def netscape.security.extensions netscape.security.x509 org.dogtagpki.legacy.policy -
-
Uses of GeneralName in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type GeneralName Modifier and Type Method Description protected static java.lang.StringEnrollDefault. getGeneralNameType(GeneralName gn)protected static java.lang.StringEnrollDefault. getGeneralNameValue(GeneralName gn) -
Uses of GeneralName in netscape.security.extensions
Methods in netscape.security.extensions that return GeneralName Modifier and Type Method Description GeneralNameCertificateScopeEntry. getGeneralName()Returns a GeneralNameGeneralNameAccessDescription. getLocation()Methods in netscape.security.extensions with parameters of type GeneralName Modifier and Type Method Description voidAuthInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)Adds Access Description.voidSubjectInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)Adds Access Description.Constructors in netscape.security.extensions with parameters of type GeneralName Constructor Description CertificateScopeEntry(GeneralName gn, BigInt port)Constructs scope wit -
Uses of GeneralName in netscape.security.x509
Methods in netscape.security.x509 that return GeneralName Modifier and Type Method Description GeneralNameGeneralSubtree. getGeneralName()Constructors in netscape.security.x509 with parameters of type GeneralName Constructor Description GeneralSubtree(GeneralName name, int min, int max)The default constructor for the class. -
Uses of GeneralName in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return GeneralName Modifier and Type Method Description GeneralNameIGeneralNameConfig. formGeneralName(java.lang.String value)Forms a general name from string.GeneralNameIGeneralNameAsConstraintsConfig. getGeneralName()Retrieves the general name.Methods in org.dogtagpki.legacy.policy that return types with arguments of type GeneralName Modifier and Type Method Description java.util.Vector<GeneralName>IGeneralNameConfig. formGeneralNames(java.lang.Object value)Forms general names from the given value.
-