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