Javax.Crypto.SecretKeyFactorySpi: Method Members

The methods of Javax.Crypto.SecretKeyFactorySpi are listed below. For a list of all members, see the SecretKeyFactorySpi Members list.

See Also: Inherited members from Java.Lang.Object

Protected Methods

abstract
EngineGenerateSecret(Java.Security.Spec.IKeySpec) : ISecretKey
Generate a secret key from the specified key specification.
abstract
EngineGetKeySpec(ISecretKey, Java.Lang.Class) : Java.Security.Spec.IKeySpec
Returns the key specification of the specified secret key.
abstract
EngineTranslateKey(ISecretKey) : ISecretKey
Translates the specified secret key into an instance of the corresponding key from the provider of this key factory.