Bouncy Castle Cryptography 1.28

org.bouncycastle.jce.provider
Class JCESecretKeyFactory.DESede

java.lang.Object
  extended byjavax.crypto.SecretKeyFactorySpi
      extended byorg.bouncycastle.jce.provider.JCESecretKeyFactory
          extended byorg.bouncycastle.jce.provider.JCESecretKeyFactory.DESede
All Implemented Interfaces:
PBE
Enclosing class:
JCESecretKeyFactory

public static class JCESecretKeyFactory.DESede
extends JCESecretKeyFactory


Nested Class Summary
 
Nested classes inherited from class org.bouncycastle.jce.provider.JCESecretKeyFactory
JCESecretKeyFactory.DES, JCESecretKeyFactory.DESede, JCESecretKeyFactory.DESPBEKeyFactory, JCESecretKeyFactory.PBEKeyFactory, JCESecretKeyFactory.PBEWithMD5And128BitAESCBCOpenSSL, JCESecretKeyFactory.PBEWithMD5And192BitAESCBCOpenSSL, JCESecretKeyFactory.PBEWithMD5And256BitAESCBCOpenSSL, JCESecretKeyFactory.PBEWithMD5AndDES, JCESecretKeyFactory.PBEWithMD5AndRC2, JCESecretKeyFactory.PBEWithRIPEMD160, JCESecretKeyFactory.PBEWithSHA, JCESecretKeyFactory.PBEWithSHA1AndDES, JCESecretKeyFactory.PBEWithSHA1AndRC2, JCESecretKeyFactory.PBEWithSHA256And128BitAESBC, JCESecretKeyFactory.PBEWithSHA256And192BitAESBC, JCESecretKeyFactory.PBEWithSHA256And256BitAESBC, JCESecretKeyFactory.PBEWithSHAAnd128BitAESBC, JCESecretKeyFactory.PBEWithSHAAnd128BitRC2, JCESecretKeyFactory.PBEWithSHAAnd128BitRC4, JCESecretKeyFactory.PBEWithSHAAnd192BitAESBC, JCESecretKeyFactory.PBEWithSHAAnd256BitAESBC, JCESecretKeyFactory.PBEWithSHAAnd40BitRC2, JCESecretKeyFactory.PBEWithSHAAnd40BitRC4, JCESecretKeyFactory.PBEWithSHAAndDES2Key, JCESecretKeyFactory.PBEWithSHAAndDES3Key, JCESecretKeyFactory.PBEWithSHAAndIDEA, JCESecretKeyFactory.PBEWithSHAAndTwofish, JCESecretKeyFactory.PBEWithTiger
 
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(java.security.spec.KeySpec keySpec)
          Generates a SecretKey object from the provided key specification (key material).
protected  java.security.spec.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

JCESecretKeyFactory.DESede

public JCESecretKeyFactory.DESede()
Method Detail

engineGetKeySpec

protected java.security.spec.KeySpec engineGetKeySpec(SecretKey key,
                                                      java.lang.Class keySpec)
                                               throws java.security.spec.InvalidKeySpecException
Description copied from class: SecretKeyFactorySpi
Returns a specification (key material) of the given key object in the requested format.

Overrides:
engineGetKeySpec in class JCESecretKeyFactory
Throws:
java.security.spec.InvalidKeySpecException

engineGenerateSecret

protected SecretKey engineGenerateSecret(java.security.spec.KeySpec keySpec)
                                  throws java.security.spec.InvalidKeySpecException
Description copied from class: SecretKeyFactorySpi
Generates a SecretKey object from the provided key specification (key material).

Overrides:
engineGenerateSecret in class JCESecretKeyFactory
Throws:
java.security.spec.InvalidKeySpecException

Bouncy Castle Cryptography 1.28