Liking cljdoc? Tell your friends :D

jdk.security.KeyStore$TrustedCertificateEntry

A KeyStore entry that holds a trusted Certificate.

A KeyStore entry that holds a trusted
Certificate.
raw docstring

->trusted-certificate-entryclj

(->trusted-certificate-entry trusted-cert)
(->trusted-certificate-entry trusted-cert attributes)

Constructor.

Constructs a TrustedCertificateEntry with a trusted Certificate and associated entry attributes.

The specified attributes is cloned before it is stored in the new TrustedCertificateEntry object.

trusted-cert - the trusted Certificate - java.security.cert.Certificate attributes - the attributes - java.util.Set

throws: java.lang.NullPointerException - if trustedCert or attributes is null

Constructor.

Constructs a TrustedCertificateEntry with a
 trusted Certificate and associated entry attributes.

  The specified attributes is cloned before it is stored
 in the new TrustedCertificateEntry object.

trusted-cert - the trusted Certificate - `java.security.cert.Certificate`
attributes - the attributes - `java.util.Set`

throws: java.lang.NullPointerException - if trustedCert or attributes is null
raw docstring

get-attributesclj

(get-attributes this)

Retrieves the attributes associated with an entry.

returns: an unmodifiable Set of attributes, possibly empty - java.util.Set<java.security.KeyStore$Entry$Attribute>

Retrieves the attributes associated with an entry.

returns: an unmodifiable Set of attributes, possibly empty - `java.util.Set<java.security.KeyStore$Entry$Attribute>`
raw docstring

get-trusted-certificateclj

(get-trusted-certificate this)

Gets the trusted Certficate from this entry.

returns: the trusted Certificate from this entry - java.security.cert.Certificate

Gets the trusted Certficate from this entry.

returns: the trusted Certificate from this entry - `java.security.cert.Certificate`
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this TrustedCertificateEntry.

returns: a string representation of this TrustedCertificateEntry. - java.lang.String

Returns a string representation of this TrustedCertificateEntry.

returns: a string representation of this TrustedCertificateEntry. - `java.lang.String`
raw docstring

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

× close