Liking cljdoc? Tell your friends :D

jdk.security.spec.EncodedKeySpec

This class represents a public or private key in encoded format.

This class represents a public or private key in encoded format.
raw docstring

->encoded-key-specclj

(->encoded-key-spec encoded-key)

Constructor.

Creates a new EncodedKeySpec with the given encoded key.

encoded-key - the encoded key. The contents of the array are copied to protect against subsequent modification. - byte[]

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

Constructor.

Creates a new EncodedKeySpec with the given encoded key.

encoded-key - the encoded key. The contents of the array are copied to protect against subsequent modification. - `byte[]`

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

get-encodedclj

(get-encoded this)

Returns the encoded key.

returns: the encoded key. Returns a new array each time this method is called. - byte[]

Returns the encoded key.

returns: the encoded key. Returns a new array each time
 this method is called. - `byte[]`
raw docstring

get-formatclj

(get-format this)

Returns the name of the encoding format associated with this key specification.

If the opaque representation of a key (see Key) can be transformed (see KeyFactory) into this key specification (or a subclass of it), getFormat called on the opaque key returns the same value as the getFormat method of this key specification.

returns: a string representation of the encoding format. - java.lang.String

Returns the name of the encoding format associated with this
 key specification.

 If the opaque representation of a key
 (see Key) can be transformed
 (see KeyFactory)
 into this key specification (or a subclass of it),
 getFormat called
 on the opaque key returns the same value as the
 getFormat method
 of this key specification.

returns: a string representation of the encoding format. - `java.lang.String`
raw docstring

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

× close