Uses of Interface
org.mozilla.jss.netscape.security.x509.CertAttrSet
Packages that use CertAttrSet
Package
Description
-
Uses of CertAttrSet in org.mozilla.jss.netscape.security.extensions
Classes in org.mozilla.jss.netscape.security.extensions that implement CertAttrSetModifier 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
Extends X509CertInfo class so that minimal fields are initialized at creation time so an object of this type is always serializable.class
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 CertAttrSet in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as CertAttrSetMethods in org.mozilla.jss.netscape.security.pkcs that return CertAttrSetModifier and TypeMethodDescriptionPKCS10Attribute.getAttributeValue()
Returns the attribute value as an byte array for further processing.Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type CertAttrSetModifierConstructorDescriptionPKCS10Attribute
(ObjectIdentifier attributeId, CertAttrSet attributeValue) Constructs an attribute from individual components of ObjectIdentifier and the DER encoded value. -
Uses of CertAttrSet in org.mozilla.jss.netscape.security.x509
Classes in org.mozilla.jss.netscape.security.x509 that implement CertAttrSetModifier and TypeClassDescriptionclass
A plain certattr set used by pkcs10 to parse an unknown attribute.class
This class represents the Authority Key Identifier Extension.class
This class represents the Basic Constraints Extension.class
This class defines the AlgorithmId for the Certificate.class
This class defines the Extensions attribute for the Certificate.class
Represent the CRL Certificate Issuer Extension.class
This class defines the X500Name attribute for the Certificate.class
This class defines the subject/issuer unique identity attribute for the Certificate.class
This class defines the Certificate Policies Extension.class
This class defines the SerialNumber attribute for the Certificate.class
This class defines the X500Name attribute for the Certificate.class
This class defines the subject/issuer unique identity attribute for the Certificate.class
This class defines the interval for which the certificate is valid.class
This class defines the version of the X509 Certificate.class
This class defines the X509Key attribute for the Certificate.class
Class for handling the decoding of a SCEP Challenge Password object.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
This class defines the Extensions attribute for the Certificate.class
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.class
The X509CertInfo class represents X.509 certificate information.