类的用途
javax.crypto.SecretKeyFactory
使用 SecretKeyFactory 的包
-
SecretKeyFactory 在 javax.crypto 中的用法
javax.crypto 中返回 SecretKeyFactory 的方法修饰符和类型方法描述static final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm) 返回一个SecretKeyFactory对象,该对象转换指定算法的密钥。static final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm, String provider) 返回一个SecretKeyFactory对象,该对象转换指定算法的密钥。static final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm, Provider provider) 返回一个SecretKeyFactory对象,该对象转换指定算法的密钥。