SecretKeyFactorySpi.EngineGenerateSecret(IKeySpec) Method

Definition

Generates a SecretKey object from the provided key specification (key material).

[Android.Runtime.Register("engineGenerateSecret", "(Ljava/security/spec/KeySpec;)Ljavax/crypto/SecretKey;", "GetEngineGenerateSecret_Ljava_security_spec_KeySpec_Handler")]
protected abstract Javax.Crypto.ISecretKey? EngineGenerateSecret (Java.Security.Spec.IKeySpec? keySpec);
[<Android.Runtime.Register("engineGenerateSecret", "(Ljava/security/spec/KeySpec;)Ljavax/crypto/SecretKey;", "GetEngineGenerateSecret_Ljava_security_spec_KeySpec_Handler")>]
abstract member EngineGenerateSecret : Java.Security.Spec.IKeySpec -> Javax.Crypto.ISecretKey

Parameters

keySpec
IKeySpec

the specification (key material) of the secret key

Returns

the secret key

Attributes

Exceptions

if the specified key specification cannot be used to generate a secret key.

Remarks

Generates a SecretKey object from the provided key specification (key material).

Java documentation for javax.crypto.SecretKeyFactorySpi.engineGenerateSecret(java.security.spec.KeySpec).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to