Liking cljdoc? Tell your friends :D

jdk.security.IdentityScope

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

*get-system-scopeclj

(*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`
raw docstring

->identity-scopeclj

(->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.
raw docstring

add-identityclj

(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.
raw docstring

get-identityclj

(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`
raw docstring

identitiesclj

(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>`
raw docstring

remove-identityclj

(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.
raw docstring

sizeclj

(size this)

Deprecated.

returns: the number of identities within this identity scope. - int

Deprecated.

returns: the number of identities within this identity scope. - `int`
raw docstring

to-stringclj

(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`
raw docstring

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

× close