public static class

DESede.KeyFactory

extends JCESecretKeyFactory
java.lang.Object
   ↳ javax.crypto.SecretKeyFactorySpi
     ↳ org.bouncycastle.jce.provider.JCESecretKeyFactory
       ↳ org.bouncycastle.jce.provider.symmetric.DESede.KeyFactory

Summary

[Expand]
Inherited Constants
From interface org.bouncycastle.jce.provider.PBE
[Expand]
Inherited Fields
From class org.bouncycastle.jce.provider.JCESecretKeyFactory
Public Constructors
DESede.KeyFactory()
Protected Methods
SecretKey engineGenerateSecret(KeySpec keySpec)
KeySpec engineGetKeySpec(SecretKey key, Class keySpec)
[Expand]
Inherited Methods
From class org.bouncycastle.jce.provider.JCESecretKeyFactory
From class javax.crypto.SecretKeyFactorySpi
From class java.lang.Object

Public Constructors

public DESede.KeyFactory ()

Protected Methods

protected SecretKey engineGenerateSecret (KeySpec keySpec)

protected KeySpec engineGetKeySpec (SecretKey key, Class keySpec)