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

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

Sources

androidJvm source
Link copied to clipboard