PSource.PSpecified.GetValue Method

Definition

Returns the value of encoding input P.

[Android.Runtime.Register("getValue", "()[B", "")]
public byte[]? GetValue ();
[<Android.Runtime.Register("getValue", "()[B", "")>]
member this.GetValue : unit -> byte[]

Returns

Byte[]

the value of encoding input P. A new array is returned each time this method is called.

Attributes

Remarks

Returns the value of encoding input P.

Java documentation for javax.crypto.spec.PSource.PSpecified.getValue().

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