The interface to a PBE key.
The interface to a PBE key.
(get-iteration-count this)
Returns the iteration count or 0 if not specified.
returns: the iteration count. - int
Returns the iteration count or 0 if not specified. returns: the iteration count. - `int`
(get-password this)
Returns the password.
Note: this method should return a copy of the password. It is the caller's responsibility to zero out the password information after it is no longer needed.
returns: the password. - char[]
Returns the password. Note: this method should return a copy of the password. It is the caller's responsibility to zero out the password information after it is no longer needed. returns: the password. - `char[]`
(get-salt this)
Returns the salt or null if not specified.
Note: this method should return a copy of the salt. It is the caller's responsibility to zero out the salt information after it is no longer needed.
returns: the salt. - byte[]
Returns the salt or null if not specified. Note: this method should return a copy of the salt. It is the caller's responsibility to zero out the salt information after it is no longer needed. returns: the salt. - `byte[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close