| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.rsa |
Contains an implementation of the RSA public key cryptosystem and related functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RsaCipher
An implementation of the RSA asymmetric cipher.
|
static class |
RsaCipher.EsOaep
An implementation of the RSA asymmetric cipher algorithm configured for
operation as the RSAES-OAEP encryption scheme.
|
static class |
RsaCipher.EsPkcs1v15
An implementation of the RSA asymmetric cipher algorithm configured for
operation as the RSAESPKCS1-v1_5 encryption scheme.
|
static class |
RsaCipher.SsaPkcs1v15
An implementation of the RSA asymmetric cipher algorithm configured for
operation as the RSASSA-PKCS1-v1_5 signature scheme.
|