Liking cljdoc? Tell your friends :D

jdk.security.cert.CRLReason


*value-ofclj

(*value-of name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

name - the name of the enum constant to be returned. - java.lang.String

returns: the enum constant with the specified name - java.security.cert.CRLReason

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are
not permitted.)

name - the name of the enum constant to be returned. - `java.lang.String`

returns: the enum constant with the specified name - `java.security.cert.CRLReason`

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
raw docstring

*valuesclj

(*values)

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:

for (CRLReason c : CRLReason.values()) System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - java.security.cert.CRLReason[]

Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:


for (CRLReason c : CRLReason.values())
    System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - `java.security.cert.CRLReason[]`
raw docstring

AA_COMPROMISEclj

Enum Constant.

This reason indicates that it is known or suspected that the certificate subject's private key has been compromised. It applies to authority attribute (AA) certificates only.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that it is known or suspected that the
 certificate subject's private key has been compromised. It applies
 to authority attribute (AA) certificates only.

type: java.security.cert.CRLReason
raw docstring

AFFILIATION_CHANGEDclj

Enum Constant.

This reason indicates that the subject's name or other information has changed.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the subject's name or other information
 has changed.

type: java.security.cert.CRLReason
raw docstring

CA_COMPROMISEclj

Enum Constant.

This reason indicates that it is known or suspected that the certificate subject's private key has been compromised. It applies to certificate authority (CA) certificates only.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that it is known or suspected that the
 certificate subject's private key has been compromised. It applies
 to certificate authority (CA) certificates only.

type: java.security.cert.CRLReason
raw docstring

CERTIFICATE_HOLDclj

Enum Constant.

This reason indicates that the certificate has been put on hold.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the certificate has been put on hold.

type: java.security.cert.CRLReason
raw docstring

CESSATION_OF_OPERATIONclj

Enum Constant.

This reason indicates that the certificate is no longer needed.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the certificate is no longer needed.

type: java.security.cert.CRLReason
raw docstring

KEY_COMPROMISEclj

Enum Constant.

This reason indicates that it is known or suspected that the certificate subject's private key has been compromised. It applies to end-entity certificates only.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that it is known or suspected that the
 certificate subject's private key has been compromised. It applies
 to end-entity certificates only.

type: java.security.cert.CRLReason
raw docstring

PRIVILEGE_WITHDRAWNclj

Enum Constant.

This reason indicates that the privileges granted to the subject of the certificate have been withdrawn.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the privileges granted to the subject of
 the certificate have been withdrawn.

type: java.security.cert.CRLReason
raw docstring

REMOVE_FROM_CRLclj

Enum Constant.

This reason indicates that the certificate was previously on hold and should be removed from the CRL. It is for use with delta CRLs.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the certificate was previously on hold
 and should be removed from the CRL. It is for use with delta CRLs.

type: java.security.cert.CRLReason
raw docstring

SUPERSEDEDclj

Enum Constant.

This reason indicates that the certificate has been superseded.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that the certificate has been superseded.

type: java.security.cert.CRLReason
raw docstring

UNSPECIFIEDclj

Enum Constant.

This reason indicates that it is unspecified as to why the certificate has been revoked.

type: java.security.cert.CRLReason

Enum Constant.

This reason indicates that it is unspecified as to why the
 certificate has been revoked.

type: java.security.cert.CRLReason
raw docstring

UNUSEDclj

Enum Constant.

Unused reason.

type: java.security.cert.CRLReason

Enum Constant.

Unused reason.

type: java.security.cert.CRLReason
raw docstring

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

× close