Liking cljdoc? Tell your friends :D

javax.crypto.spec.PSource$PSpecified

This class is used to explicitly specify the value for encoding input P in OAEP Padding.

This class is used to explicitly specify the value for
encoding input P in OAEP Padding.
raw docstring

*-defaultclj

Static Constant.

The encoding input P whose value equals byte[0].

type: javax.crypto.spec.PSource$PSpecified

Static Constant.

The encoding input P whose value equals byte[0].

type: javax.crypto.spec.PSource$PSpecified
raw docstring

->p-specifiedclj

(->p-specified p)

Constructor.

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

p - the value of the encoding input. The contents of the array are copied to protect against subsequent modification. - byte[]

throws: java.lang.NullPointerException - if p is null.

Constructor.

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

p - the value of the encoding input. The contents of the array are copied to protect against subsequent modification. - `byte[]`

throws: java.lang.NullPointerException - if p is null.
raw docstring

get-valueclj

(get-value this)

Returns the value of encoding input P.

returns: the value of encoding input P. A new array is returned each time this method is called. - byte[]

Returns the value of encoding input P.

returns: the value of encoding input P. A new array is
 returned each time this method is called. - `byte[]`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close