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