public static enum EncryptError.ErrorCode extends Enum<EncryptError.ErrorCode>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumericType() |
static EncryptError.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptError.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptError.ErrorCode KekRetrievalFailure
public static final EncryptError.ErrorCode KekRetrievalTimeout
public static final EncryptError.ErrorCode KekInvalidName
public static final EncryptError.ErrorCode KdkRetrievalFailure
public static final EncryptError.ErrorCode KdkRetrievalTimeout
public static final EncryptError.ErrorCode KdkInvalidName
public static final EncryptError.ErrorCode KdkDecryptionFailure
public static final EncryptError.ErrorCode CkRetrievalFailure
public static final EncryptError.ErrorCode CkRetrievalTimeout
public static final EncryptError.ErrorCode CkInvalidName
public static final EncryptError.ErrorCode MissingRequiredKeyLocator
public static final EncryptError.ErrorCode TpmKeyNotFound
public static final EncryptError.ErrorCode EncryptionFailure
public static final EncryptError.ErrorCode DecryptionFailure
public static final EncryptError.ErrorCode MissingRequiredInitialVector
public static final EncryptError.ErrorCode General
public static final EncryptError.ErrorCode Timeout
public static final EncryptError.ErrorCode Validation
public static final EncryptError.ErrorCode UnsupportedEncryptionScheme
public static final EncryptError.ErrorCode InvalidEncryptedFormat
public static final EncryptError.ErrorCode NoDecryptKey
public static final EncryptError.ErrorCode DataRetrievalFailure
public static final EncryptError.ErrorCode SecurityException
public static final EncryptError.ErrorCode IOException
public static EncryptError.ErrorCode[] values()
for (EncryptError.ErrorCode c : EncryptError.ErrorCode.values()) System.out.println(c);
public static EncryptError.ErrorCode 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 final int getNumericType()
Copyright © 2019. All rights reserved.