Uses of Class
javax.crypto.KeyGenerator
Packages that use KeyGenerator
- 
Uses of KeyGenerator in javax.cryptoMethods in javax.crypto that return KeyGeneratorModifier and TypeMethodDescriptionstatic KeyGeneratorKeyGenerator.getInstance(String algorithm)Returns aKeyGeneratorobject that generates secret keys for the specified algorithm.static KeyGeneratorKeyGenerator.getInstance(String algorithm, String provider)Returns aKeyGeneratorobject that generates secret keys for the specified algorithm.static KeyGeneratorKeyGenerator.getInstance(String algorithm, Provider provider)Returns aKeyGeneratorobject that generates secret keys for the specified algorithm.