public static enum IssuerCertificateManagementWs.ErrorCodes extends Enum<IssuerCertificateManagementWs.ErrorCodes>
Enum Constant and Description |
---|
CERTIFICATE_EXPIRED
The given certificate is no longer valid.
|
CERTIFICATE_INVALID
The given DER encoded certificate is null, empty or not decodable.
|
FILTER_INVALID
The given filter parameter is null, empty or otherwise invalid.
|
GENERAL_ERROR
Internal error.
|
ISSUER_CERTIFICATE_EXPIRED
The given issuer certificate is no longer valid.
|
ISSUER_CERTIFICATE_NOT_FOUND
The given issuer certificate can not be found.
|
ISSUERDN_INVALID
The given issuer DN is null or empty.
|
PERMISSION_DENIED
Permission for the required action is denied.
|
REQUESTED_CERTIFICATE_NOT_FOUND
The requested certificate was not found during some certificate handling situations.
|
SERIAL_NUMBER_INVALID
The given serial number is null.
|
VERIFICATION_FAILED
The verification of a certificate failed
|
Modifier and Type | Method and Description |
---|---|
static IssuerCertificateManagementWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssuerCertificateManagementWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssuerCertificateManagementWs.ErrorCodes PERMISSION_DENIED
public static final IssuerCertificateManagementWs.ErrorCodes GENERAL_ERROR
public static final IssuerCertificateManagementWs.ErrorCodes CERTIFICATE_INVALID
public static final IssuerCertificateManagementWs.ErrorCodes CERTIFICATE_EXPIRED
public static final IssuerCertificateManagementWs.ErrorCodes ISSUER_CERTIFICATE_EXPIRED
public static final IssuerCertificateManagementWs.ErrorCodes ISSUER_CERTIFICATE_NOT_FOUND
public static final IssuerCertificateManagementWs.ErrorCodes REQUESTED_CERTIFICATE_NOT_FOUND
public static final IssuerCertificateManagementWs.ErrorCodes VERIFICATION_FAILED
public static final IssuerCertificateManagementWs.ErrorCodes ISSUERDN_INVALID
public static final IssuerCertificateManagementWs.ErrorCodes SERIAL_NUMBER_INVALID
public static final IssuerCertificateManagementWs.ErrorCodes FILTER_INVALID
public static IssuerCertificateManagementWs.ErrorCodes[] values()
for (IssuerCertificateManagementWs.ErrorCodes c : IssuerCertificateManagementWs.ErrorCodes.values()) System.out.println(c);
public static IssuerCertificateManagementWs.ErrorCodes 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.