Interface | Description |
---|---|
ICAService |
An interface representing a CA request services.
|
ICertificateAuthority |
An interface represents a Certificate Authority that is
responsible for certificate specific operations.
|
ICMSCRLExtension |
An interface representing a CRL extension plugin.
|
ICMSCRLExtensions |
An interface representing a list of CRL extensions.
|
ICRLIssuingPoint |
This class encapsulates CRL issuing mechanism.
|
Class | Description |
---|---|
AuthorityID |
Identifier for a CertificateAuthority.
|
CAClient | |
CAResources |
A class represents a resource bundle for CA subsystem.
|
Exception | Description |
---|---|
CADisabledException |
Exception to throw when a (sub-)CA cannot perform an operation
because it is disabled.
|
CAEnabledException |
Exception to throw when an operation cannot be performed because
the CA to which the operation pertains is enabled.
|
CAMissingCertException |
Exception to throw when a (sub-)CA's signing certificate is not
(yet) present in the local NSSDB.
|
CAMissingKeyException |
Exception to throw when a (sub-)CA's signing key is not (yet)
present in the local NSSDB.
|
CANotFoundException |
Exception to throw when a (sub-)CA cannot be found.
|
CANotLeafException |
Exception to throw when an operation cannot be performed because
the CA to which the operation pertains is not a leaf CA (ie, has
sub-CAs).
|
CATypeException |
Exception to throw when an operation cannot be completed
because the CA is the wrong type (e.g., an operation that
only applies to lightweight CAs).
|
ECAException |
A class represents a CA exception.
|
EErrorPublishCRL |
A class represents a CA exception associated with publishing error.
|
IssuerUnavailableException |
Exception to throw during CA creation when requested CA
(issuer DN) already exists.
|