Class Summary |
Cipher |
This class provides the functionality of a cryptographic cipher for
encryption and decryption.
|
CipherSpi |
This class defines the Service Provider Interface (SPI)
for the Cipher class.
|
DH_PrivateKey |
This class specifies a Diffie-Hellman private key..
|
DH_PublicKey |
This class specifies a Diffie-Hellman public key.
|
ECC_PrivateKey |
This class specifies an elliptic curve private key and doesn't support in
the Gemini product.
|
ECC_PublicKey |
This class specifies an elliptic curve public key and doesn't support in
the Gemini product.
|
KeyAgreement |
This class provides the functionality of a key agreement (or key
exchange) protocol.
|
KeyAgreementSpi |
This class defines the Service Provider Interface (SPI)
for the KeyAgreement class.
|
RSA_PrivateKey |
This class provides the RSA Private Key.
|
RSA_PublicKey |
This class provides the RSA public Key.
|