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.
(*get-system-scope)
Deprecated.
returns: the system's identity scope, or null if none has been
set. - java.security.IdentityScope
Deprecated. returns: the system's identity scope, or null if none has been set. - `java.security.IdentityScope`
(->identity-scope name)
(->identity-scope name scope)
Constructor.
Deprecated.
name - the scope name. - java.lang.String
scope - the scope for the new identity scope. - java.security.IdentityScope
throws: java.security.KeyManagementException - if there is already an identity with the same name in the scope.
Constructor. Deprecated. name - the scope name. - `java.lang.String` scope - the scope for the new identity scope. - `java.security.IdentityScope` throws: java.security.KeyManagementException - if there is already an identity with the same name in the scope.
(add-identity this identity)
Deprecated.
identity - the identity to be added. - java.security.Identity
throws: java.security.KeyManagementException - if the identity is not valid, a name conflict occurs, another identity has the same public key as the identity being added, or another exception occurs.
Deprecated. identity - the identity to be added. - `java.security.Identity` throws: java.security.KeyManagementException - if the identity is not valid, a name conflict occurs, another identity has the same public key as the identity being added, or another exception occurs.
(get-identity this name)
Deprecated.
name - the name of the identity to be retrieved. - java.lang.String
returns: the identity named name, or null if there are
no identities named name in this scope. - java.security.Identity
Deprecated. name - the name of the identity to be retrieved. - `java.lang.String` returns: the identity named name, or null if there are no identities named name in this scope. - `java.security.Identity`
(identities this)
Deprecated.
returns: an enumeration of all identities in this identity scope. - java.util.Enumeration<java.security.Identity>
Deprecated. returns: an enumeration of all identities in this identity scope. - `java.util.Enumeration<java.security.Identity>`
(remove-identity this identity)
Deprecated.
identity - the identity to be removed. - java.security.Identity
throws: java.security.KeyManagementException - if the identity is missing, or another exception occurs.
Deprecated. identity - the identity to be removed. - `java.security.Identity` throws: java.security.KeyManagementException - if the identity is missing, or another exception occurs.
(size this)
Deprecated.
returns: the number of identities within this identity scope. - int
Deprecated. returns: the number of identities within this identity scope. - `int`
(to-string this)
Deprecated.
returns: a string representation of this identity scope. - java.lang.String
Deprecated. returns: a string representation of this identity scope. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close