Uses of Class
java.security.KeyFactory
-
Packages that use KeyFactory 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of KeyFactory in java.security
Methods in java.security that return KeyFactory 变量和类型 方法 描述 static KeyFactory
KeyFactory. getInstance(String algorithm)
返回一个KeyFactory对象,该对象转换指定算法的公钥/私钥。static KeyFactory
KeyFactory. getInstance(String algorithm, String provider)
返回一个KeyFactory对象,该对象转换指定算法的公钥/私钥。static KeyFactory
KeyFactory. getInstance(String algorithm, Provider provider)
返回一个KeyFactory对象,该对象转换指定算法的公钥/私钥。
-