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 TypeClassDescriptionclass
This represents the authority information access extension as defined in RFC2459.class
This represents the CertificateRenewalWindow extension as defined in draft-thayes-cert-renewal-00 CertificateRenewalWindow ::= SEQUENCE { beginTime GeneralizedTime, endTime GeneralizedTime OPTIONAL }class
This 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 CertificateScopeEntryclass
This represents the extended key usage extension.class
Represent the AsnInteger Extension.class
RFC3280: id-ce-inhibitAnyPolicy OBJECT IDENTIFIER ::= { id-ce 54 } InhibitAnyPolicy ::= SkipCerts SkipCerts ::= INTEGER (0..MAX)class
NSCertTypeExtension Represents Netscape Certificate Type Extensionclass
This represents the OCSPNoCheck extension.class
class
This 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 TypeClassDescriptionclass
This class represents the Authority Key Identifier Extension.class
This class represents the Basic Constraints Extension.class
Represent the CRL Certificate Issuer Extension.class
This class defines the Certificate Policies Extension.class
An extension that tells applications where to find the CRL for this certificate.class
Represent the CRL Number Extension.final class
Represent the CRLReason Extension of CRL entry.class
Represent the Delta CRL Indicator Extension.class
An extension that tells applications where to find the latest (freshest) delta CRL for this certificate or full CRL.class
Represent the CRL Hold Instruction Code Extension.class
Represent the CRL Invalidity Date Extension.class
This represents the Issuer Alternative Name Extension.class
A critical CRL extension that identifies the CRL distribution point for a particular CRLclass
Represent the Key Usage Extension.class
This class defines the Name Constraints Extension.class
This class defines the NSCCommentExtensionclass
This class defines the certificate extension which specifies the Policy constraints.class
Represent the Policy Mappings Extension.class
This class defines the Private Key Usage Extension.class
This represents the Subject Alternative Name Extension.class
This class represents the Subject Directory Attributes Extension.class
Represent the Subject Key Identifier Extension.Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type ExtensionModifier and TypeFieldDescriptionExtensionsRequested.exts
private LinkedHashMap
<String, Extension> CertificateExtensions.map
CRLExtensions.map
Extensions.map
Methods 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 TypeMethodDescriptionvoid
CertificateExtensions.parseExtension
(Extension ext) private void
CRLExtensions.parseExtension
(Extension ext) void
Extensions.parseExtension
(Extension ext) void
Set the extension value with this alias.Method parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type ExtensionModifier and TypeMethodDescriptionstatic void
Add an extension to the OIDMap.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type Extension