Bouncy Castle Cryptography 1.22

Package java.security.spec

Interface Summary
AlgorithmParameterSpec  
KeySpec  
 

Class Summary
DSAParameterSpec  
DSAPrivateKeySpec  
DSAPublicKeySpec  
EncodedKeySpec  
PKCS8EncodedKeySpec  
PSSParameterSpec This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1.
RSAKeyGenParameterSpec specifies parameters to be used for the generation of a RSA key pair.
RSAMultiPrimePrivateCrtKeySpec 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 This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
RSAPrivateCrtKeySpec  
RSAPrivateKeySpec  
RSAPublicKeySpec  
X509EncodedKeySpec  
 

Exception Summary
InvalidKeySpecException  
InvalidParameterSpecException  
 


Bouncy Castle Cryptography 1.22