Class | Description |
---|---|
AESSymmetricKey |
This class implements a symmetric AES encryption/decryption.
|
ECCCertificate |
Implements an elliptic curve cryptography certificate.
|
ECCPrivateKey |
This class implements an elliptic curve cryptography private key, which can be used for creating signatures.
|
ECCPublicKey |
This class implements an elliptic curve cryptography public key, which can be used for verifying signatures.
|
HMACSymmetricKey |
This class is used to create a symmetric key that can be used for signing (using a HMAC)
|
RSACertificate |
Implements a standard x509 RSA certificate.
|
RSAPrivateKey |
Implements a RSA private key, which can be used for decryption of messages and the creation of signatures.
|
RSAPublicKey |
Here Input and OutputStreams could be used, but a new Thread would be necessary, because the use of the PipeStream (is not available for j2me).
|