Uses of Class
javax.crypto.KeyGenerator
| 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 KeyGenerator in javax.crypto
Methods in javax.crypto that return KeyGenerator Modifier and Type Method Description static KeyGeneratorKeyGenerator. getInstance(String algorithm)Creates a newKeyGeneratorinstance that provides the specified key algorithm,static KeyGeneratorKeyGenerator. getInstance(String algorithm, String provider)Creates a newKeyGeneratorinstance that provides the specified key algorithm from the specified provider.static KeyGeneratorKeyGenerator. getInstance(String algorithm, Provider provider)Creates a newKeyGeneratorinstance that provides the specified key algorithm from the specified provider. -
Uses of KeyGenerator in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return KeyGenerator Modifier and Type Method Description KeyGeneratorDefaultJcaJceHelper. createKeyGenerator(String algorithm)KeyGeneratorJcaJceHelper. createKeyGenerator(String algorithm)KeyGeneratorNamedJcaJceHelper. createKeyGenerator(String algorithm)KeyGeneratorProviderJcaJceHelper. createKeyGenerator(String algorithm)