| Interface | Description |
|---|---|
| AlgorithmValidator |
Interface to check whether given algorithm is permitted.
|
| ConcurrentContentSigner |
Concurrent
ContentSigner. |
| KeypairGeneratorFactory |
Factory to create
KeypairGenerator. |
| KeypairGeneratorFactoryRegister |
Interface to register
KeypairGeneratorFactory and to create new
KeypairGenerator. |
| 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 |
|---|---|
| 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.
|
| SignAlgo |
Hash algorithm enum.
|
| Exception | Description |
|---|---|
| BadInputException |
Exception that indicates bad input.
|
| CryptException |
Exception that indicates cryptographic error.
|
| NoIdleSignerException |
Exception that indicates no idle signer is available.
|
| XiSecurityException |
General security exception.
|
Copyright © 2023. All rights reserved.