Package java.security.interfaces
Interface Summary
DSAKey
Untamed: The interface to a DSA public or private key.
DSAParams
Untamed: Interface to a DSA-specific set of key parameters, which defines a
DSA
key family.
DSAPrivateKey
Untamed: The standard interface to a DSA private key.
RSAKey
Untamed: The interface to an RSA public or private key.
RSAMultiPrimePrivateCrtKey
Untamed: The interface to an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the
Chinese Remainder Theorem
(CRT) information values.
RSAPrivateCrtKey
Untamed: The interface to an RSA private key, as defined in the PKCS#1 standard,
using the
Chinese Remainder Theorem (CRT) information values.