Uses of Interface
netscape.security.x509.GeneralNameInterface
-
Packages that use GeneralNameInterface Package Description com.netscape.cms.profile.def com.netscape.cmstools netscape.security.x509 -
-
Uses of GeneralNameInterface in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def that return GeneralNameInterface Modifier and Type Method Description protected GeneralNameInterface
EnrollDefault. parseGeneralName(java.lang.String name)
protected GeneralNameInterface
EnrollDefault. parseGeneralName(java.lang.String nameType, java.lang.String nameValue)
Methods in com.netscape.cms.profile.def with parameters of type GeneralNameInterface Modifier and Type Method Description java.lang.String
EnrollDefault. toGeneralNameString(GeneralNameInterface gn)
-
Uses of GeneralNameInterface in com.netscape.cmstools
Methods in com.netscape.cmstools that return GeneralNameInterface Modifier and Type Method Description static GeneralNameInterface
GenIssuerAltNameExt. buildGeneralNameInterface(java.lang.String type, java.lang.String value)
static GeneralNameInterface
GenSubjectAltNameExt. buildGeneralNameInterface(java.lang.String type, java.lang.String value)
-
Uses of GeneralNameInterface in netscape.security.x509
Classes in netscape.security.x509 that implement GeneralNameInterface Modifier and Type Class Description class
DNSName
This class implements the DNSName as required by the GeneralNames ASN.1 object.class
EDIPartyName
This class defines the EDIPartyName of the GeneralName choice.class
GeneralName
This class implements the ASN.1 GeneralName object class.class
IPAddressName
This class implements the IPAddressName as required by the GeneralNames ASN.1 object.class
OIDName
This class implements the OIDName as required by the GeneralNames ASN.1 object.class
OtherName
This class implements the OtherName as required by the GeneralNames ASN.1 object.class
RFC822Name
This class implements the RFC822Name as required by the GeneralNames ASN.1 object.class
URIName
This class implements the URIName as required by the GeneralNames ASN.1 object.class
X500Name
X.500 names are used to identify entities, such as those which are identified by X.509 certificates.Methods in netscape.security.x509 that return GeneralNameInterface Modifier and Type Method Description GeneralNameInterface
GeneralName. unwrap()
Unwrap this GeneralName until we reach something that is not a GeneralName.Constructors in netscape.security.x509 with parameters of type GeneralNameInterface Constructor Description GeneralName(GeneralNameInterface name)
Default constructor for the class.GeneralNames(GeneralNameInterface[] names)
Create the GeneralNames
-