KeyGeneratorSpi.EngineGenerateKey Method

Definition

Generates a secret key.

[Android.Runtime.Register("engineGenerateKey", "()Ljavax/crypto/SecretKey;", "GetEngineGenerateKeyHandler")]
protected abstract Javax.Crypto.ISecretKey? EngineGenerateKey ();
[<Android.Runtime.Register("engineGenerateKey", "()Ljavax/crypto/SecretKey;", "GetEngineGenerateKeyHandler")>]
abstract member EngineGenerateKey : unit -> Javax.Crypto.ISecretKey

Returns

ISecretKey

the new key

Attributes

Remarks

Java documentation for javax.crypto.KeyGeneratorSpi.engineGenerateKey().

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