public enum AuthenticationCertificateState extends java.lang.Enum<AuthenticationCertificateState>
| Enum Constant and Description |
|---|
VALIDATION_ERROR |
VALIDATION_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationCertificateState |
getCertificateValidationResult(de.gematik.ti.healthcardaccess.result.Response response) |
de.gematik.ti.healthcardaccess.operation.Result<AuthenticationCertificateState> |
getValidationResult(AuthenticationCertificateState state) |
static AuthenticationCertificateState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationCertificateState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationCertificateState VALIDATION_SUCCESS
public static final AuthenticationCertificateState VALIDATION_ERROR
public static AuthenticationCertificateState[] values()
for (AuthenticationCertificateState c : AuthenticationCertificateState.values()) System.out.println(c);
public static AuthenticationCertificateState 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 namejava.lang.NullPointerException - if the argument is nullpublic static AuthenticationCertificateState getCertificateValidationResult(de.gematik.ti.healthcardaccess.result.Response response)
public de.gematik.ti.healthcardaccess.operation.Result<AuthenticationCertificateState> getValidationResult(AuthenticationCertificateState state)