Uses of Class
org.mozilla.jss.netscape.security.x509.Extension
Packages that use Extension
Package
Description
-
Uses of Extension in org.mozilla.jss.netscape.security.extensions
Subclasses of Extension in org.mozilla.jss.netscape.security.extensionsModifier and TypeClassDescriptionclassThis represents the authority information access extension as defined in RFC2459.classThis represents the CertificateRenewalWindow extension as defined in draft-thayes-cert-renewal-00 CertificateRenewalWindow ::= SEQUENCE { beginTime GeneralizedTime, endTime GeneralizedTime OPTIONAL }classThis represents the CertificateScopeOfUse extension as defined in draft-thayes-cert-scope-00 CertificateScopeEntry ::= SEQUENCE { name GeneralName, -- pattern, as for NameConstraints portNumber INTEGER OPTIONAL } CertificateScopeOfUse ::= SEQUENCE OF CertificateScopeEntryclassThis represents the extended key usage extension.classRepresent the AsnInteger Extension.classRFC3280: id-ce-inhibitAnyPolicy OBJECT IDENTIFIER ::= { id-ce 54 } InhibitAnyPolicy ::= SkipCerts SkipCerts ::= INTEGER (0..MAX)classNSCertTypeExtension Represents Netscape Certificate Type ExtensionclassThis represents the OCSPNoCheck extension.classclassThis represents the subject information access extension as defined in RFC3280. -
Uses of Extension in org.mozilla.jss.netscape.security.util
Fields in org.mozilla.jss.netscape.security.util declared as ExtensionConstructors in org.mozilla.jss.netscape.security.util with parameters of type Extension -
Uses of Extension in org.mozilla.jss.netscape.security.x509
Subclasses of Extension in org.mozilla.jss.netscape.security.x509Modifier and TypeClassDescriptionclassThis class represents the Authority Key Identifier Extension.classThis class represents the Basic Constraints Extension.classRepresent the CRL Certificate Issuer Extension.classThis class defines the Certificate Policies Extension.classAn extension that tells applications where to find the CRL for this certificate.classRepresent the CRL Number Extension.final classRepresent the CRLReason Extension of CRL entry.classRepresent the Delta CRL Indicator Extension.classAn extension that tells applications where to find the latest (freshest) delta CRL for this certificate or full CRL.classRepresent the CRL Hold Instruction Code Extension.classRepresent the CRL Invalidity Date Extension.classThis represents the Issuer Alternative Name Extension.classA critical CRL extension that identifies the CRL distribution point for a particular CRLclassRepresent the Key Usage Extension.classThis class defines the Name Constraints Extension.classThis class defines the NSCCommentExtensionclassThis class defines the certificate extension which specifies the Policy constraints.classRepresent the Policy Mappings Extension.classThis class defines the Private Key Usage Extension.classThis represents the Subject Alternative Name Extension.classThis class represents the Subject Directory Attributes Extension.classRepresent the Subject Key Identifier Extension.Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type ExtensionModifier and TypeFieldDescriptionExtensionsRequested.extsprivate LinkedHashMap<String,Extension> CertificateExtensions.mapCRLExtensions.mapExtensions.mapMethods in org.mozilla.jss.netscape.security.x509 that return ExtensionModifier and TypeMethodDescriptionGet the extension with this alias.X509CertImpl.getExtension(String oid) Methods in org.mozilla.jss.netscape.security.x509 that return types with arguments of type ExtensionModifier and TypeMethodDescriptionCertificateExtensions.getAttributes()Return an enumeration of names of attributes existing within this attribute.CRLExtensions.getElements()Return an enumeration of names of the extensions.ExtensionsRequested.getExtensions()Methods in org.mozilla.jss.netscape.security.x509 with parameters of type ExtensionModifier and TypeMethodDescriptionvoidCertificateExtensions.parseExtension(Extension ext) private voidCRLExtensions.parseExtension(Extension ext) voidExtensions.parseExtension(Extension ext) voidSet the extension value with this alias.Method parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type ExtensionModifier and TypeMethodDescriptionstatic voidAdd an extension to the OIDMap.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type Extension