Class Summary |
KeyPair |
This class is a simple holder for a key pair (a public key and a
private key). |
KeyPairGenerator |
The KeyPairGenerator class is used to generate pairs of
public and private keys. |
KeyPairGeneratorSpi |
This class defines the Service Provider Interface (SPI)
for the KeyPairGenerator class, which is used to generate
pairs of public and private keys.
|
MessageDigest |
This MessageDigest class provides applications the functionality of a
message digest algorithm, such as MD5 or SHA.
|
MessageDigestSpi |
This class defines the Service Provider Interface (SPI)
for the MessageDigest class, which provides the functionality
of a message digest algorithm, such as MD5 or SHA. |
SecureRandom |
This class provides a cryptographically strong pseudo-random number
generator (PRNG).
|
SecureRandomSpi |
This class defines the Service Provider Interface (SPI)
for the SecureRandom class.
|
Security |
This class centralizes all security properties and common security
methods.
|
Signature |
This Signature class is used to provide applications the functionality
of a digital signature algorithm. |
SignatureSpi |
This class defines the Service Provider Interface (SPI)
for the Signature class, which is used to provide the
functionality of a digital signature algorithm. |