|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OCSPPolicy>
be.fgov.ehealth.etee.crypto.policies.OCSPPolicy
public enum OCSPPolicy
This enum describes all different OCSP-policies that are maintained by eHealth.
| Enum Constant Summary | |
|---|---|
NONE
No OCSP check. |
|
RECEIVER_MANDATORY
Mandatory OCSP check done by the receiver of the message (i.e. |
|
RECEIVER_OPTIONAL
OCSP call done by the receiver if not done by the sender. |
|
SENDER_MANDATORY
Mandatory OCSP check done by the sender. |
|
SENDER_OPTIONAL
Optional OCSP check. |
|
| Method Summary | |
|---|---|
int |
getLevel()
|
static OCSPPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OCSPPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OCSPPolicy NONE
public static final OCSPPolicy SENDER_OPTIONAL
public static final OCSPPolicy RECEIVER_OPTIONAL
public static final OCSPPolicy SENDER_MANDATORY
public static final OCSPPolicy RECEIVER_MANDATORY
| Method Detail |
|---|
public static OCSPPolicy[] values()
for (OCSPPolicy c : OCSPPolicy.values()) System.out.println(c);
public static OCSPPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||