| Class | Description |
|---|---|
| AccessDescription | |
| AuthInfoAccessExtension |
This represents the authority information access extension
as defined in RFC2459.
|
| CertificateRenewalWindowExtension |
This represents the CertificateRenewalWindow extension
as defined in draft-thayes-cert-renewal-00
CertificateRenewalWindow ::= SEQUENCE {
beginTime GeneralizedTime,
endTime GeneralizedTime OPTIONAL }
|
| CertificateScopeEntry |
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 CertificateScopeEntry
|
| CertificateScopeOfUseExtension |
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 CertificateScopeEntry
|
| CertInfo |
Extends X509CertInfo class so that minimal fields are initialized at
creation time so an object of this type is always serializable.
|
| ExtendedKeyUsageExtension |
This represents the extended key usage extension.
|
| GenericASN1Extension |
Represent the AsnInteger Extension.
|
| InhibitAnyPolicyExtension |
RFC3280:
id-ce-inhibitAnyPolicy OBJECT IDENTIFIER ::= { id-ce 54 }
InhibitAnyPolicy ::= SkipCerts
SkipCerts ::= INTEGER (0..MAX)
|
| KerberosName |
This represents a KerberosName as defined in
RFC 1510.
|
| NSCertTypeExtension |
NSCertTypeExtension
Represents Netscape Certificate Type Extension
This deprecated extension, if present, defines both the purpose (e.g., encipherment, signature, certificate signing)
and the application (e.g., SSL, S/Mime or Object Signing of the key contained in the certificate.
|
| OCSPNoCheckExtension |
This represents the OCSPNoCheck extension.
|
| PresenceServerExtension | |
| SubjectInfoAccessExtension |
This represents the subject information access extension
as defined in RFC3280.
|