Liking cljdoc? Tell your friends :D

jdk.security.Signer

Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.

Deprecated.
This class is no longer used. Its functionality has been
 replaced by java.security.KeyStore, the
 java.security.cert package, and
 java.security.Principal.
raw docstring

->signerclj

(->signer name)
(->signer name scope)

Constructor.

Deprecated.

name - the identity name. - java.lang.String scope - the scope of the identity. - java.security.IdentityScope

throws: java.security.KeyManagementException - if there is already an identity with the same name in the scope.

Constructor.

Deprecated.

name - the identity name. - `java.lang.String`
scope - the scope of the identity. - `java.security.IdentityScope`

throws: java.security.KeyManagementException - if there is already an identity with the same name in the scope.
raw docstring

get-private-keyclj

(get-private-key this)

Deprecated.

returns: this signer's private key, or null if the private key has not yet been set. - java.security.PrivateKey

throws: java.lang.SecurityException - if a security manager exists and its checkSecurityAccess method doesn't allow returning the private key.

Deprecated.

returns: this signer's private key, or null if the private key has
 not yet been set. - `java.security.PrivateKey`

throws: java.lang.SecurityException - if a security manager exists and its checkSecurityAccess method doesn't allow returning the private key.
raw docstring

set-key-pairclj

(set-key-pair this pair)

Deprecated.

pair - an initialized key pair. - java.security.KeyPair

throws: java.security.InvalidParameterException - if the key pair is not properly initialized.

Deprecated.

pair - an initialized key pair. - `java.security.KeyPair`

throws: java.security.InvalidParameterException - if the key pair is not properly initialized.
raw docstring

to-stringclj

(to-string this)

Deprecated.

returns: a string of information about the signer. - java.lang.String

Deprecated.

returns: a string of information about the signer. - `java.lang.String`
raw docstring

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

× close