Package java.security.spec
Interface Summary
KeySpec
Untamed: A (transparent) specification of the key material
that constitutes a cryptographic key.
Class Summary
DSAParameterSpec
Untamed: This class specifies the set of parameters used with the DSA algorithm.
DSAPrivateKeySpec
Safe: This class specifies a DSA private key with its associated parameters.
DSAPublicKeySpec
Safe: This class specifies a DSA public key with its associated parameters.
EncodedKeySpec
Untamed: This class represents a public or private key in encoded format.
PKCS8EncodedKeySpec
Untamed: This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type
PrivateKeyInfo.
PSSParameterSpec
Untamed: This class specifies a parameter spec for RSA PSS encoding scheme,
as defined in the PKCS#1 v2.1.
RSAMultiPrimePrivateCrtKeySpec
Untamed: This class specifies an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values for efficiency.
RSAOtherPrimeInfo
Untamed: This class represents the triplet (prime, exponent, and coefficient)
inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
RSAPrivateCrtKeySpec
Untamed: This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information values for
efficiency.
X509EncodedKeySpec
Untamed: This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type
SubjectPublicKeyInfo.
Exception Summary