PSource.PSpecified(Byte[]) Constructor

Definition

Creates a new instance of PSpecified with the specified parameter 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[]
Attributes

Exceptions

if p is null.

Remarks

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