Class PBESecretKeyFactory
java.lang.Object
javax.crypto.SecretKeyFactorySpi
org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory
- All Implemented Interfaces:
PBE
- Direct Known Subclasses:
AES.PBEWithMD5And128BitAESCBCOpenSSL, AES.PBEWithMD5And192BitAESCBCOpenSSL, AES.PBEWithMD5And256BitAESCBCOpenSSL, AES.PBEWithSHA256And128BitAESBC, AES.PBEWithSHA256And192BitAESBC, AES.PBEWithSHA256And256BitAESBC, AES.PBEWithSHAAnd128BitAESBC, AES.PBEWithSHAAnd192BitAESBC, AES.PBEWithSHAAnd256BitAESBC, ARC4.PBEWithSHAAnd128BitKeyFactory, ARC4.PBEWithSHAAnd40BitKeyFactory, GOST3411.PBEWithMacKeyFactory, IDEA.PBEWithSHAAndIDEAKeyGen, RC2.PBEWithMD2KeyFactory, RC2.PBEWithMD5KeyFactory, RC2.PBEWithSHA1KeyFactory, RC2.PBEWithSHAAnd128BitKeyFactory, RC2.PBEWithSHAAnd40BitKeyFactory, RIPEMD160.PBEWithHmacKeyFactory, SHA1.PBEWithMacKeyFactory, SHA256.PBEWithMacKeyFactory, Tiger.PBEWithMacKeyFactory, Twofish.PBEWithSHAKeyFactory
-
Nested Class Summary
-
Field Summary
Fields inherited from class BaseSecretKeyFactory
algName, algOid -
Constructor Summary
ConstructorsConstructorDescriptionPBESecretKeyFactory(String algorithm, ASN1ObjectIdentifier oid, boolean forCipher, int scheme, int digest, int keySize, int ivSize) -
Method Summary
Methods inherited from class BaseSecretKeyFactory
engineGetKeySpec, engineTranslateKey
-
Constructor Details
-
PBESecretKeyFactory
public PBESecretKeyFactory(String algorithm, ASN1ObjectIdentifier oid, boolean forCipher, int scheme, int digest, int keySize, int ivSize)
-
-
Method Details
-
engineGenerateSecret
- Overrides:
engineGenerateSecretin classBaseSecretKeyFactory- Throws:
InvalidKeySpecException
-