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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close