Liking cljdoc? Tell your friends :D
Clojure only.

jdk.security.KeyStore$Entry$Attribute

An attribute associated with a keystore entry. It comprises a name and one or more values.

An attribute associated with a keystore entry.
It comprises a name and one or more values.
raw docstring

get-nameclj

(get-name this)

Returns the attribute's name.

returns: the attribute name - java.lang.String

Returns the attribute's name.

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

get-valueclj

(get-value this)

Returns the attribute's value. Multi-valued attributes encode their values as a single string.

returns: the attribute value - java.lang.String

Returns the attribute's value.
 Multi-valued attributes encode their values as a single string.

returns: the attribute value - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close