| Interface | Description |
|---|---|
| AlgorithmValidator |
Interface to check whether given algorithm is permitted.
|
| ConcurrentContentSigner |
Concurrent
ContentSigner. |
| SecurityFactory |
This is the core interface.
|
| SignerFactory |
Factory to create
ConcurrentContentSigner. |
| SignerFactoryRegister |
Interface to register
SignerFactory and to create new
ConcurrentContentSigner. |
| XiContentSigner |
Extends
ContentSigner by a new method XiContentSigner.getEncodedAlgorithmIdentifier(). |
| Enum | Description |
|---|---|
| AlgorithmCode |
Algorithm code.
|
| CertpathValidationModel |
Certpath validation model.
|
| CrlReason |
The CRLReason enumeration specifies the reason that a certificate
is revoked, as defined in
RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL
Profile.
|
| HashAlgo |
Hash algorithm enum.
|
| KeyUsage |
Certificate key usage enum.
|
| X509ExtensionType.FieldType |
| Exception | Description |
|---|---|
| BadAsn1ObjectException |
Exception indicates ASN.1 encoding / decoding error.
|
| BadInputException |
Exception that indicates bad input.
|
| CryptException |
Exception that indicates cryptographic error.
|
| NoIdleSignerException |
Exception that indicates no idle signer is available.
|
| SignerException |
Exception that indicates signer related errors.
|
| XiSecurityException |
General security exception.
|
Copyright © 2020. All rights reserved.