Javax.Crypto.SecretKeyFactory Members

The members of Javax.Crypto.SecretKeyFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a new SecretKeyFactory

Public Properties

[read-only]
Algorithmstring. Returns the name of the secret key algorithm.
[read-only]
ProviderJava.Security.Provider. Returns the provider for this SecretKeyFactory instance.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GenerateSecret(Java.Security.Spec.IKeySpec) : ISecretKey
Generate a secret key from the specified key specification.
static
GetInstance(string) : SecretKeyFactory
Creates a new SecretKeyFactory instance for the specified key algorithm.
static
GetInstance(string, Java.Security.Provider) : SecretKeyFactory
Creates a new SecretKeyFactory instance for the specified key algorithm from the specified provider.
static
GetInstance(string, string) : SecretKeyFactory
Creates a new SecretKeyFactory instance for the specified key algorithm from the specified provider.
GetKeySpec(ISecretKey, Java.Lang.Class) : Java.Security.Spec.IKeySpec
Returns the key specification of the specified secret key.
TranslateKey(ISecretKey) : ISecretKey
Translates the specified secret key into an instance of the corresponding key from the provider of this key factory.