public enum OCSPFormat extends Enum<OCSPFormat>
Enum Constant and Description |
---|
OCSP_BANKID_DEFAULT |
OCSP_RFC6960_COMPATIBLE |
Modifier and Type | Method and Description |
---|---|
String |
getOID() |
byte[] |
getValue() |
static OCSPFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCSPFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSPFormat OCSP_BANKID_DEFAULT
public static final OCSPFormat OCSP_RFC6960_COMPATIBLE
public static OCSPFormat[] values()
for (OCSPFormat c : OCSPFormat.values()) System.out.println(c);
public static OCSPFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getOID()
public byte[] getValue()
Copyright © 2017 Nets Branch Norway. All Rights Reserved.