Uses of Class
java.security.KeyFactory
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.bouncycastle.jcajce |
-
Uses of KeyFactory in java.security
Methods in java.security that return KeyFactory Modifier and Type Method Description static KeyFactoryKeyFactory. getInstance(String algorithm)Returns a new instance ofKeyFactorythat utilizes the specified algorithm.static KeyFactoryKeyFactory. getInstance(String algorithm, String provider)Returns a new instance ofKeyFactorythat utilizes the specified algorithm from the specified provider.static KeyFactoryKeyFactory. getInstance(String algorithm, Provider provider)Returns a new instance ofKeyFactorythat utilizes the specified algorithm from the specified provider. -
Uses of KeyFactory in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return KeyFactory Modifier and Type Method Description KeyFactoryDefaultJcaJceHelper. createKeyFactory(String algorithm)KeyFactoryJcaJceHelper. createKeyFactory(String algorithm)KeyFactoryNamedJcaJceHelper. createKeyFactory(String algorithm)KeyFactoryProviderJcaJceHelper. createKeyFactory(String algorithm)