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 is a website building & hosting documentation for Clojure/Script libraries

× close