Class Summary |
DSAParameterSpec |
This class specifies the set of parameters used with the DSA algorithm. |
DSAPrivateKeySpec |
This class specifies a DSA private key with its associated parameters. |
DSAPublicKeySpec |
This class specifies a DSA public key with its associated parameters. |
EncodedKeySpec |
This class represents a public or private key in encoded format. |
PKCS8EncodedKeySpec |
This class represents the DER encoding of a private key, according to the
format specified in the PKCS #8 standard. |
RSAPrivateCrtKeySpec |
This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information
values. |
RSAPrivateKeySpec |
This class specifies an RSA private key. |
RSAPublicKeySpec |
This class specifies an RSA public key. |
X509EncodedKeySpec |
This class represents the DER encoding of a public or private key,
according to the format specified in the X.509 standard. |