Class BaseSecretKeyFactory

java.lang.Object
javax.crypto.SecretKeyFactorySpi
org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
All Implemented Interfaces:
PBE
Direct Known Subclasses:
AES.KeyFactory, ARIA.KeyFactory, Camellia.KeyFactory, DES.DESPBEKeyFactory, DES.KeyFactory, DESede.KeyFactory, OpenSSLPBKDF.PBKDF, PBEPBKDF2.BasePBKDF2, PBESecretKeyFactory, SCRYPT.BasePBKDF2, SEED.KeyFactory, TLSKDF.TLSKeyMaterialFactory

public class BaseSecretKeyFactory extends SecretKeyFactorySpi implements PBE