Javax.Crypto.CipherSpi.EngineGetParameters Method
Returns the parameters that where used to create this cipher instance.

Syntax

[Android.Runtime.Register("engineGetParameters", "()Ljava/security/AlgorithmParameters;", "GetEngineGetParametersHandler")]
protected abstract Java.Security.AlgorithmParameters EngineGetParameters ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the parameters that where used to create this cipher instance.

These may be a the same parameters that were used to create this cipher instance, or may be a combination of default and random parameters, depending on the underlying cipher implementation.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1