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.String
EnrollDefault. getGeneralNameType(GeneralName gn)
protected static java.lang.String
EnrollDefault. getGeneralNameValue(GeneralName gn)
-
Uses of GeneralName in netscape.security.extensions
Methods in netscape.security.extensions that return GeneralName Modifier and Type Method Description GeneralName
CertificateScopeEntry. getGeneralName()
Returns a GeneralNameGeneralName
AccessDescription. getLocation()
Methods in netscape.security.extensions with parameters of type GeneralName Modifier and Type Method Description void
AuthInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)
Adds Access Description.void
SubjectInfoAccessExtension. 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 GeneralName
GeneralSubtree. 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 GeneralName
IGeneralNameConfig. formGeneralName(java.lang.String value)
Forms a general name from string.GeneralName
IGeneralNameAsConstraintsConfig. 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.
-