The methods of Javax.Crypto.SecretKeyFactory are listed below. For a list of all members, see the SecretKeyFactory Members list.
See Also: Inherited members from Java.Lang.Object
GenerateSecret(Java.Security.Spec.IKeySpec)Generate a secret key from the specified key specification. | ||
static | GetInstance(string)Creates a new SecretKeyFactory instance for the specified key algorithm. | |
static | GetInstance(string, Java.Security.Provider)Creates a new SecretKeyFactory instance for the specified key algorithm from the specified provider. | |
static | GetInstance(string, string)Creates a new SecretKeyFactory instance for the specified key algorithm from the specified provider. | |
GetKeySpec(ISecretKey, Java.Lang.Class)Returns the key specification of the specified secret key. | ||
TranslateKey(ISecretKey)Translates the specified secret key into an instance of the corresponding key from the provider of this key factory. |