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 GeneralNameInterfaceEnrollDefault. parseGeneralName(java.lang.String name)protected GeneralNameInterfaceEnrollDefault. 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.StringEnrollDefault. toGeneralNameString(GeneralNameInterface gn) -
Uses of GeneralNameInterface in com.netscape.cmstools
Methods in com.netscape.cmstools that return GeneralNameInterface Modifier and Type Method Description static GeneralNameInterfaceGenIssuerAltNameExt. buildGeneralNameInterface(java.lang.String type, java.lang.String value)static GeneralNameInterfaceGenSubjectAltNameExt. 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 classDNSNameThis class implements the DNSName as required by the GeneralNames ASN.1 object.classEDIPartyNameThis class defines the EDIPartyName of the GeneralName choice.classGeneralNameThis class implements the ASN.1 GeneralName object class.classIPAddressNameThis class implements the IPAddressName as required by the GeneralNames ASN.1 object.classOIDNameThis class implements the OIDName as required by the GeneralNames ASN.1 object.classOtherNameThis class implements the OtherName as required by the GeneralNames ASN.1 object.classRFC822NameThis class implements the RFC822Name as required by the GeneralNames ASN.1 object.classURINameThis class implements the URIName as required by the GeneralNames ASN.1 object.classX500NameX.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 GeneralNameInterfaceGeneralName. 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
-