public enum RevocationStatus extends java.lang.Enum<RevocationStatus>
Sertifika iptal kontrolü muhtemel sonuçlarını tanımlamaktadır.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
textAl() |
static RevocationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevocationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationStatus VALID
public static final RevocationStatus REVOKED
public static final RevocationStatus HOLD
public static RevocationStatus[] values()
for (RevocationStatus c : RevocationStatus.values()) System.out.println(c);
public static RevocationStatus 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 java.lang.String textAl()
Copyright © 2025. All rights reserved.