Javax.Crypto.SealedObject.EncodedParams Property
The cipher's Java.Security.AlgorithmParameters in encoded format.

Syntax

[Android.Runtime.Register("encodedParams")]
protected IList<byte> EncodedParams { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The cipher's Java.Security.AlgorithmParameters in encoded format. Equivalent to cipher.getParameters().getEncoded(), or null if the cipher did not use any parameters.

[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