Creates a new {@code SecretKeyFactorySpi} instance.sinceAndroid 1.0
Generate a secret key from the specified key specification.paramkeySpec the key specification.returna secret key.throwsInvalidKeySpecException if the specified key specification cannot be used to generate a secret key.sinceAndroid 1.0
Returns the key specification of the specified secret key.paramkey the secret key to get the specification from.paramkeySpec the target key specification class.returnan instance of the specified key specification class.throwsInvalidKeySpecException if the specified secret key cannot be transformed into the requested key specification.sinceAndroid 1.0
Translates the specified secret key into an instance of the corresponding key from the provider of this key factory.paramkey the secret key to translate.returnthe corresponding translated key.throwsInvalidKeyException if the specified key cannot be translated using this key factory.sinceAndroid 1.0