KeyStoreExceptionErrorCode

object KeyStoreExceptionErrorCode

A list of keystore error. This is a duplicate of https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/security/keymaster/KeymasterDefs.java

Properties

Link copied to clipboard
const val ERROR_CALLER_NONCE_PROHIBITED: Int
Link copied to clipboard
const val ERROR_CANNOT_ATTEST_IDS: Int
Link copied to clipboard
const val ERROR_CONCURRENT_ACCESS_CONFLICT: Int
Link copied to clipboard
const val ERROR_DELEGATION_NOT_ALLOWED: Int
Link copied to clipboard
const val ERROR_IMPORT_PARAMETER_MISMATCH: Int
Link copied to clipboard
const val ERROR_IMPORTED_KEY_DECRYPTION_FAILED: Int
Link copied to clipboard
const val ERROR_IMPORTED_KEY_NOT_ENCRYPTED: Int
Link copied to clipboard
const val ERROR_IMPORTED_KEY_NOT_SIGNED: Int
Link copied to clipboard
const val ERROR_IMPORTED_KEY_VERIFICATION_FAILED: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_ALGORITHM: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_BLOCK_MODE: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_DIGEST: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_KEY_FORMAT: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_PADDING_MODE: Int
Link copied to clipboard
const val ERROR_INCOMPATIBLE_PURPOSE: Int
Link copied to clipboard
const val ERROR_INSUFFICIENT_BUFFER_SPACE: Int
Link copied to clipboard
const val ERROR_INVALID_ARGUMENT: Int
Link copied to clipboard
const val ERROR_INVALID_AUTHORIZATION_TIMEOUT: Int
Link copied to clipboard
const val ERROR_INVALID_EXPIRATION_TIME: Int
Link copied to clipboard
const val ERROR_INVALID_INPUT_LENGTH: Int
Link copied to clipboard
const val ERROR_INVALID_KEY_BLOB: Int
Link copied to clipboard
const val ERROR_INVALID_MAC_LENGTH: Int
Link copied to clipboard
const val ERROR_INVALID_NONCE: Int
Link copied to clipboard
const val ERROR_INVALID_OPERATION_HANDLE: Int
Link copied to clipboard
const val ERROR_INVALID_RESCOPING: Int
Link copied to clipboard
const val ERROR_INVALID_TAG: Int
Link copied to clipboard
const val ERROR_INVALID_USER_ID: Int
Link copied to clipboard
const val ERROR_KEY_EXPIRED: Int
Link copied to clipboard
const val ERROR_KEY_EXPORT_OPTIONS_INVALID: Int
Link copied to clipboard
const val ERROR_KEY_MAX_OPS_EXCEEDED: Int
Link copied to clipboard
const val ERROR_KEY_NOT_YET_VALID: Int
Link copied to clipboard
const val ERROR_KEY_RATE_LIMIT_EXCEEDED: Int
Link copied to clipboard
const val ERROR_KEY_USER_NOT_AUTHENTICATED: Int
Link copied to clipboard
const val ERROR_MEMORY_ALLOCATION_FAILED: Int
Link copied to clipboard
const val ERROR_MISSING_MAC_LENGTH: Int
Link copied to clipboard
const val ERROR_MISSING_MIN_MAC_LENGTH: Int
Link copied to clipboard
const val ERROR_MISSING_NONCE: Int
Link copied to clipboard
const val ERROR_OK: Int = 0
Link copied to clipboard
const val ERROR_OPERATION_CANCELLED: Int
Link copied to clipboard
const val ERROR_OUTPUT_PARAMETER_NULL: Int
Link copied to clipboard
const val ERROR_ROOT_OF_TRUST_ALREADY_SET: Int
Link copied to clipboard
const val ERROR_SECURE_HW_ACCESS_DENIED: Int
Link copied to clipboard
const val ERROR_SECURE_HW_BUSY: Int
Link copied to clipboard
const val ERROR_SECURE_HW_COMMUNICATION_FAILED: Int
Link copied to clipboard
const val ERROR_TOO_MANY_OPERATIONS: Int
Link copied to clipboard
const val ERROR_UNEXPECTED_NULL_POINTER: Int
Link copied to clipboard
const val ERROR_UNIMPLEMENTED: Int
Link copied to clipboard
const val ERROR_UNKNOWN_ERROR: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_ALGORITHM: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_BLOCK_MODE: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_DIGEST: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_EC_FIELD: Int
const val ERROR_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_KEY_FORMAT: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_KEY_SIZE: Int
const val ERROR_UNSUPPORTED_KEY_VERIFICATION_ALGORITHM: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_MAC_LENGTH: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_MIN_MAC_LENGTH: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_PADDING_MODE: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_PURPOSE: Int
Link copied to clipboard
const val ERROR_UNSUPPORTED_TAG: Int
Link copied to clipboard
const val ERROR_VERIFICATION_FAILED: Int
Link copied to clipboard
const val ERROR_VERSION_MISMATCH: Int