PSource.PSpecified(Byte[]) Constructor

Definition

Constructs the source explicitly with the specified value p as the encoding input P.

[Android.Runtime.Register(".ctor", "([B)V", "")]
public PSpecified (byte[]? p);
[<Android.Runtime.Register(".ctor", "([B)V", "")>]
new Javax.Crypto.Spec.PSource.PSpecified : byte[] -> Javax.Crypto.Spec.PSource.PSpecified

Parameters

p
Byte[]

the value of the encoding input. The contents of the array are copied to protect against subsequent modification.

Attributes

Exceptions

if p is null.

Remarks

Constructs the source explicitly with the specified value p as the encoding input P. Note:

Java documentation for javax.crypto.spec.PSource.PSpecified.PSource$PSpecified(byte[]).

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