Liking cljdoc? Tell your friends :D
Clojure only.

javax.crypto.spec.PSource

This class specifies the source for encoding input P in OAEP Padding, as defined in the PKCS #1 standard.

PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-pSpecified PARAMETERS OCTET STRING }, ... -- Allows for future expansion -- }

This class specifies the source for encoding input P in OAEP Padding,
as defined in the
PKCS #1
standard.


PKCS1PSourceAlgorithms    ALGORITHM-IDENTIFIER ::= {
  { OID id-pSpecified PARAMETERS OCTET STRING },
  ...  -- Allows for future expansion --
}
raw docstring

get-algorithmclj

(get-algorithm this)

Returns the PSource algorithm name.

returns: the PSource algorithm name. - java.lang.String

Returns the PSource algorithm name.

returns: the PSource algorithm name. - `java.lang.String`
raw docstring

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

× close