Package | Description |
---|---|
com.netscape.certsrv.ca |
Modifier and Type | Class and Description |
---|---|
class |
CADisabledException
Exception to throw when a (sub-)CA cannot perform an operation
because it is disabled.
|
class |
CAEnabledException
Exception to throw when an operation cannot be performed because
the CA to which the operation pertains is enabled.
|
class |
CAMissingCertException
Exception to throw when a (sub-)CA's signing certificate is not
(yet) present in the local NSSDB.
|
class |
CAMissingKeyException
Exception to throw when a (sub-)CA's signing key is not (yet)
present in the local NSSDB.
|
class |
CANotFoundException
Exception to throw when a (sub-)CA cannot be found.
|
class |
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).
|
class |
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).
|
class |
EErrorPublishCRL
A class represents a CA exception associated with publishing error.
|
class |
IssuerUnavailableException
Exception to throw during CA creation when requested CA
(issuer DN) already exists.
|
Modifier and Type | Method and Description |
---|---|
void |
ICertificateAuthority.ensureReady()
Throw an exception if CA is not ready to perform signing operations.
|