| Interface | Description |
|---|---|
| CryptoService |
The service contract of an implementation of a crypto service.
|
| ExternalCryptoProvider |
The service contract for external crypto providers.
|
| InternalCryptoProvider |
The service contract for internal crypto providers.
|
| PrivateKeyRetriever |
The service contract of an implementation of a private key retriever.
|
| Class | Description |
|---|---|
| CertificateInfo |
A simple data holder class which is used to encapsulate either the
Certificate or
the certificate information which can be used to retrieve the certificate. |
| CryptoContext |
The class which encapsulated information which is used to find out the correct keys for crypto operations.
|
| KeyResolver |
The service contract of an implementation of a key resolver.
|
| PrivateKeyInfo |
A simple data holder class which is used to encapsulate discovery information about a private key.
|
| Exception | Description |
|---|---|
| CryptoException |
The exception which will be thrown if something unexpected happens during crypto operations.
|
Copyright © 2018 WSO2. All rights reserved.