|
Bouncy Castle Cryptography 1.27 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.SecretKeyFactorySpi
org.bouncycastle.jce.provider.JCESecretKeyFactory
org.bouncycastle.jce.provider.JCESecretKeyFactory.DESede
Nested Class Summary |
Nested classes inherited from class org.bouncycastle.jce.provider.PBE |
PBE.Util |
Field Summary |
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.DESede()
|
Method Summary | |
protected SecretKey |
engineGenerateSecret(KeySpec keySpec)
Generates a SecretKey object from the
provided key specification (key material). |
protected KeySpec |
engineGetKeySpec(SecretKey key,
java.lang.Class keySpec)
Returns a specification (key material) of the given key object in the requested format. |
Methods inherited from class org.bouncycastle.jce.provider.JCESecretKeyFactory |
engineTranslateKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JCESecretKeyFactory.DESede()
Method Detail |
protected KeySpec engineGetKeySpec(SecretKey key, java.lang.Class keySpec) throws InvalidKeySpecException
SecretKeyFactorySpi
engineGetKeySpec
in class JCESecretKeyFactory
InvalidKeySpecException
protected SecretKey engineGenerateSecret(KeySpec keySpec) throws InvalidKeySpecException
SecretKeyFactorySpi
SecretKey
object from the
provided key specification (key material).
engineGenerateSecret
in class JCESecretKeyFactory
InvalidKeySpecException
|
Bouncy Castle Cryptography 1.27 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |