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