public enum CertificateStatus extends java.lang.Enum<CertificateStatus>
Sertifika kontrol muhtemel sonuçlarını tanımlamaktadır.
| Enum Constant and Description |
|---|
CERTIFICATE_SELF_CHECK_FAILURE |
NO_TRUSTED_CERT_FOUND |
NOT_CHECKED |
PATH_VALIDATION_FAILURE |
REVOCATION_CHECK_FAILURE |
VALID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
textAl() |
static CertificateStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertificateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateStatus VALID
public static final CertificateStatus REVOCATION_CHECK_FAILURE
public static final CertificateStatus CERTIFICATE_SELF_CHECK_FAILURE
public static final CertificateStatus NO_TRUSTED_CERT_FOUND
public static final CertificateStatus PATH_VALIDATION_FAILURE
public static final CertificateStatus NOT_CHECKED
public static CertificateStatus[] values()
for (CertificateStatus c : CertificateStatus.values()) System.out.println(c);
public static CertificateStatus 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.