|
Bouncy Castle Cryptography 1.27 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.crypto.SecretKeyFactorySpi
|
+--org.bouncycastle.jce.provider.JCESecretKeyFactory
|
+--org.bouncycastle.jce.provider.JCESecretKeyFactory.DESPBEKeyFactory
| Inner classes inherited from class org.bouncycastle.jce.provider.PBE |
PBE.Util |
| Fields inherited from class org.bouncycastle.jce.provider.JCESecretKeyFactory |
algName, algOid |
| Fields inherited from interface org.bouncycastle.jce.provider.PBE |
MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S2, RIPEMD160, SHA1, SHA256, TIGER |
| Constructor Summary | |
JCESecretKeyFactory.DESPBEKeyFactory(java.lang.String algorithm,
DERObjectIdentifier oid,
boolean forCipher,
int scheme,
int digest,
int keySize,
int ivSize)
|
|
| Method Summary | |
protected SecretKey |
engineGenerateSecret(java.security.spec.KeySpec keySpec)
Generates a SecretKey object from the
provided key specification (key material). |
| Methods inherited from class org.bouncycastle.jce.provider.JCESecretKeyFactory |
engineGetKeySpec, engineTranslateKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JCESecretKeyFactory.DESPBEKeyFactory(java.lang.String algorithm,
DERObjectIdentifier oid,
boolean forCipher,
int scheme,
int digest,
int keySize,
int ivSize)
| Method Detail |
protected SecretKey engineGenerateSecret(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
SecretKeyFactorySpiSecretKey object from the
provided key specification (key material).engineGenerateSecret in class JCESecretKeyFactoryjavax.crypto.SecretKeyFactorySpikeySpec - the specification (key material) of the secret keyjava.security.spec.InvalidKeySpecException - if the given key specification
is inappropriate for this secret-key factory to produce a secret key.
|
Bouncy Castle Cryptography 1.27 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||