Uses of Class
javax.crypto.SecretKeyFactory
| 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 |
-
Uses of SecretKeyFactory in javax.crypto
Methods in javax.crypto that return SecretKeyFactory Modifier and Type Method Description static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm)Creates a newSecretKeyFactoryinstance for the specified key algorithm.static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, String provider)Creates a newSecretKeyFactoryinstance for the specified key algorithm from the specifiedprovider.static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, Provider provider)Creates a newSecretKeyFactoryinstance for the specified key algorithm from the specified provider. -
Uses of SecretKeyFactory in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return SecretKeyFactory Modifier and Type Method Description SecretKeyFactoryDefaultJcaJceHelper. createSecretKeyFactory(String algorithm)SecretKeyFactoryJcaJceHelper. createSecretKeyFactory(String algorithm)SecretKeyFactoryNamedJcaJceHelper. createSecretKeyFactory(String algorithm)SecretKeyFactoryProviderJcaJceHelper. createSecretKeyFactory(String algorithm)