Liking cljdoc? Tell your friends :D

jdk.security.Certificate

Deprecated. A new certificate handling package is created in the Java platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.

Deprecated.
A new certificate handling package is created in the Java platform.
             This Certificate interface is entirely deprecated and
             is here to allow for a smooth transition to the new
             package.
raw docstring

decodeclj

(decode this stream)

Deprecated.

stream - the input stream from which to fetch the data being decoded. - java.io.InputStream

throws: java.security.KeyException - if the certificate is not properly initialized, or data is missing, etc.

Deprecated.

stream - the input stream from which to fetch the data being decoded. - `java.io.InputStream`

throws: java.security.KeyException - if the certificate is not properly initialized, or data is missing, etc.
raw docstring

encodeclj

(encode this stream)

Deprecated.

stream - the output stream to which to encode the certificate. - java.io.OutputStream

throws: java.security.KeyException - if the certificate is not properly initialized, or data is missing, etc.

Deprecated.

stream - the output stream to which to encode the certificate. - `java.io.OutputStream`

throws: java.security.KeyException - if the certificate is not properly initialized, or data is missing, etc.
raw docstring

get-formatclj

(get-format this)

Deprecated.

returns: the name of the coding format. - java.lang.String

Deprecated.

returns: the name of the coding format. - `java.lang.String`
raw docstring

get-guarantorclj

(get-guarantor this)

Deprecated.

returns: the guarantor which guaranteed the principal-key binding. - java.security.Principal

Deprecated.

returns: the guarantor which guaranteed the principal-key
 binding. - `java.security.Principal`
raw docstring

get-principalclj

(get-principal this)

Deprecated.

returns: the principal to which this certificate is bound. - java.security.Principal

Deprecated.

returns: the principal to which this certificate is bound. - `java.security.Principal`
raw docstring

get-public-keyclj

(get-public-key this)

Deprecated.

returns: the public key that this certificate certifies belongs to a particular principal. - java.security.PublicKey

Deprecated.

returns: the public key that this certificate certifies belongs
 to a particular principal. - `java.security.PublicKey`
raw docstring

to-stringclj

(to-string this detailed)

Deprecated.

detailed - whether or not to give detailed information about the certificate - boolean

returns: a string representing the contents of the certificate - java.lang.String

Deprecated.

detailed - whether or not to give detailed information about the certificate - `boolean`

returns: a string representing the contents of the certificate - `java.lang.String`
raw docstring

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

× close