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.
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
(->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.
(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[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close