Uses of Class
javax.crypto.SecretKeyFactorySpi
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.bouncycastle.jcajce.provider.digest | |
| org.bouncycastle.jcajce.provider.symmetric | |
| org.bouncycastle.jcajce.provider.symmetric.util |
-
Uses of SecretKeyFactorySpi in javax.crypto
Constructors in javax.crypto with parameters of type SecretKeyFactorySpi Constructor Description SecretKeyFactory(SecretKeyFactorySpi keyFacSpi, Provider provider, String algorithm)Creates a newSecretKeyFactory -
Uses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.digest
Subclasses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.digest Modifier and Type Class Description static classSHA1.BasePBKDF2WithHmacSHA1static classSHA1.PBEWithMacKeyFactoryPBEWithHmacSHAstatic classSHA1.PBKDF2WithHmacSHA18BITstatic classSHA1.PBKDF2WithHmacSHA1UTF8 -
Uses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.symmetric
Subclasses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.symmetric Modifier and Type Class Description static classAES.PBEWithMD5And128BitAESCBCOpenSSLPBEWithMD5And128BitAES-OpenSSLstatic classAES.PBEWithMD5And192BitAESCBCOpenSSLPBEWithMD5And192BitAES-OpenSSLstatic classAES.PBEWithMD5And256BitAESCBCOpenSSLPBEWithMD5And256BitAES-OpenSSLstatic classAES.PBEWithSHA256And128BitAESBCPBEWithSHA256And128BitAES-BCstatic classAES.PBEWithSHA256And192BitAESBCPBEWithSHA256And192BitAES-BCstatic classAES.PBEWithSHA256And256BitAESBCPBEWithSHA256And256BitAES-BCstatic classAES.PBEWithSHAAnd128BitAESBCPBEWithSHA1And128BitAES-BCstatic classAES.PBEWithSHAAnd192BitAESBCPBEWithSHA1And192BitAES-BCstatic classAES.PBEWithSHAAnd256BitAESBCPBEWithSHA1And256BitAES-BCstatic classARC4.PBEWithSHAAnd128BitKeyFactoryPBEWithSHAAnd128BitRC4static classARC4.PBEWithSHAAnd40BitKeyFactoryPBEWithSHAAnd40BitRC4static classDES.DESPBEKeyFactorystatic classDES.KeyFactorystatic classDES.PBEWithMD5KeyFactoryPBEWithMD5AndDESstatic classDES.PBEWithSHA1KeyFactoryPBEWithSHA1AndDESstatic classDESede.KeyFactorystatic classDESede.PBEWithSHAAndDES2KeyFactoryPBEWithSHAAnd2-KeyTripleDES-CBCstatic classDESede.PBEWithSHAAndDES3KeyFactoryPBEWithSHAAnd3-KeyTripleDES-CBCstatic classRC2.PBEWithMD5KeyFactoryPBEWithMD5AndRC2static classRC2.PBEWithSHA1KeyFactoryPBEWithSHA1AndRC2static classRC2.PBEWithSHAAnd128BitKeyFactoryPBEWithSHAAnd128BitRC2-CBCstatic classRC2.PBEWithSHAAnd40BitKeyFactoryPBEWithSHAAnd40BitRC2-CBCstatic classTwofish.PBEWithSHAKeyFactoryPBEWithSHAAndTwofish-CBC -
Uses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.symmetric.util
Subclasses of SecretKeyFactorySpi in org.bouncycastle.jcajce.provider.symmetric.util Modifier and Type Class Description classBaseSecretKeyFactoryclassPBESecretKeyFactory