Uses of Class
javax.crypto.SecretKeyFactory
Packages that use SecretKeyFactory
-
Uses of SecretKeyFactory in javax.crypto
Methods in javax.crypto that return SecretKeyFactory修饰符和类方法Descriptionstatic final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm) Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.static final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm, String provider) Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.static final SecretKeyFactorySecretKeyFactory.getInstance(String algorithm, Provider provider) Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.