Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.spec: Javadoc index of package java.security.spec.


Package Samples:

java.security.spec

Classes:

PSSParameterSpec: An implementation of AlgorithmParameterSpec for the RSA PSS encoding scheme.
RSAPrivateCrtKeySpec: RSA Private Certificate Key class Specification. Used to maintain the RSA Private Certificate Keys with the Chinese Remainder Theorem (CRT) as specified by PKCS#1.
AlgorithmParameterSpec: A transparent interface for Algorithm Parameter Specifications. It contains no member functions. It is used to group algorithm parameter classes.
RSAMultiPrimePrivateCrtKeySpec: This class represents an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
RSAOtherPrimeInfo: An in-memory representation of the RSA triplet (prime, exponent, and coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
KeySpec: A transparent interface for Key Specifications. It contains no member functions. It is used to group key classes.
PKCS8EncodedKeySpec: PKCS8 Encoded Key Specification class which is used to store "PKCS#8" byte encoded keys.
X509EncodedKeySpec: X.509 Encoded Key Specification class which is used to store "X.509" byte encoded keys.
RSAKeyGenParameterSpec: This class generates a set of RSA Key parameters used in the generation of RSA keys.
DSAPrivateKeySpec: DSA Private Key class Specification. Used to maintain the DSA Private Keys.
RSAPrivateKeySpec: RSA Private Key class Specification. Used to maintain the RSA Private Keys.
EncodedKeySpec: Encoded Key Specification class which is used to store byte encoded keys.
DSAPublicKeySpec: DSA Public Key class Specification. Used to maintain the DSA Public Keys.
RSAPublicKeySpec: RSA Public Key class Specification. Used to maintain the RSA Public Keys.
DSAParameterSpec: DSA Parameter class Specification. Used to maintain the DSA Parameters.
InvalidParameterSpecException: Exception for an invalid algorithm specification.
InvalidKeySpecException: Exception for an invalid key specification.

Home | Contact Us | Privacy Policy | Terms of Service