Uses of Class
javax.crypto.KeyGenerator
-
Packages that use KeyGenerator 软件包 描述 javax.crypto 提供加密操作的类和接口。 -
-
Uses of KeyGenerator in javax.crypto
Methods in javax.crypto that return KeyGenerator 变量和类型 方法 描述 static KeyGenerator
KeyGenerator. getInstance(String algorithm)
返回KeyGenerator
对象,该对象为指定的算法生成密钥。static KeyGenerator
KeyGenerator. getInstance(String algorithm, String provider)
返回KeyGenerator
对象,该对象为指定的算法生成密钥。static KeyGenerator
KeyGenerator. getInstance(String algorithm, Provider provider)
返回一个KeyGenerator
对象,该对象为指定的算法生成密钥。
-