Liking cljdoc? Tell your friends :D

jdk.security.cert.CRL

This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses. For example, all CRLs share the functionality of listing revoked certificates, and can be queried on whether or not they list a given certificate.

Specialized CRL types can be defined by subclassing off of this abstract class.

This class is an abstraction of certificate revocation lists (CRLs) that
have different formats but important common uses. For example, all CRLs
share the functionality of listing revoked certificates, and can be queried
on whether or not they list a given certificate.

Specialized CRL types can be defined by subclassing off of this abstract
class.
raw docstring

get-typeclj

(get-type this)

Returns the type of this CRL.

returns: the type of this CRL. - java.lang.String

Returns the type of this CRL.

returns: the type of this CRL. - `java.lang.String`
raw docstring

revoked?clj

(revoked? this cert)

Checks whether the given certificate is on this CRL.

cert - the certificate to check for. - java.security.cert.Certificate

returns: true if the given certificate is on this CRL, false otherwise. - boolean

Checks whether the given certificate is on this CRL.

cert - the certificate to check for. - `java.security.cert.Certificate`

returns: true if the given certificate is on this CRL,
 false otherwise. - `boolean`
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this CRL.

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

Returns a string representation of this CRL.

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

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

× close