A KeyStore entry that holds a trusted Certificate.
A KeyStore entry that holds a trusted Certificate.
(->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
(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>`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close