(*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
(*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[]`
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
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
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
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
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
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
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
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
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
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
Enum Constant.
Unused reason.
type: java.security.cert.CRLReason
Enum Constant. Unused reason. type: java.security.cert.CRLReason
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close