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 Modifier and Type 方法 描述 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
对象。
-