public interface BSIReturnCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
BSI_ACCESS_DENIED
The applicable ACR was not fulfilled.
|
static int |
BSI_ACR_NOT_AVAILABLE
The specified ACR is incorrect.
|
static int |
BSI_BAD_AID
The specified Application Identifiers (AID) does not exist.
|
static int |
BSI_BAD_ALGO_ID
The specified cryptographic algorithm is not available.
|
static int |
BSI_BAD_AUTH
Invalid authentication data.
|
static int |
BSI_BAD_HANDLE
The specified card handle is not available.
|
static int |
BSI_BAD_PARAM
One or more of the specified parameters is incorrect.
|
static int |
BSI_BAD_TAG
Invalid tag information.
|
static int |
BSI_CARD_ABSENT
The smart card associated with the specified card handle is not present.
|
static int |
BSI_CARD_REMOVED
The smart card associated with the specified card handle has been removed.
|
static int |
BSI_INSUFFICIENT_BUFFER
The buffer allocated by the calling application is too small.
|
static int |
BSI_IO_ERROR
Error encountered during input/output of the specified data.
|
static int |
BSI_NO_CARDSERVICE
The smart card associated with the specified card handle does not provide the requested service.
|
static int |
BSI_NO_MORE_SPACE
There is insufficient space in the selected container to store the specified data.
|
static int |
BSI_NO_SPSSERVICE
The SPS does not provide the requested service.
|
static int |
BSI_NO_TEXT_AVAILABLE
No extended error text is available.
|
static int |
BSI_NOT_TRANSACTED
The current transaction has not ended.
|
static int |
BSI_OK
Execution completed successfully.
|
static int |
BSI_PIN_LOCKED
The PIN is blocked.
|
static int |
BSI_SC_LOCKED
The smart card associated with the specified card
handle is under the exclusive transaction of another client application.
|
static int |
BSI_TAG_EXISTS
The tag specified for a create operation already exists in the target container.
|
static int |
BSI_TERMINAL_AUTH
The card reader has performed a successful authentication exchange with the smart card.
|
static int |
BSI_TIMEOUT_ERROR
A connection could not be established with the smart card before the timeout value expired.
|
static int |
BSI_UNKNOWN_ERROR
The requested operation has generated an unspecified error.
|
static int |
BSI_UNKNOWN_READER
The specified reader does not exist.
|
static final int BSI_OK
static final int BSI_ACCESS_DENIED
static final int BSI_ACR_NOT_AVAILABLE
static final int BSI_BAD_AID
static final int BSI_BAD_ALGO_ID
static final int BSI_BAD_AUTH
static final int BSI_BAD_HANDLE
static final int BSI_BAD_PARAM
static final int BSI_BAD_TAG
static final int BSI_CARD_ABSENT
static final int BSI_CARD_REMOVED
static final int BSI_NO_SPSSERVICE
static final int BSI_IO_ERROR
static final int BSI_INSUFFICIENT_BUFFER
static final int BSI_NO_CARDSERVICE
static final int BSI_NO_MORE_SPACE
static final int BSI_PIN_LOCKED
static final int BSI_TAG_EXISTS
static final int BSI_TIMEOUT_ERROR
static final int BSI_TERMINAL_AUTH
static final int BSI_NO_TEXT_AVAILABLE
static final int BSI_UNKNOWN_ERROR
static final int BSI_UNKNOWN_READER
static final int BSI_SC_LOCKED
static final int BSI_NOT_TRANSACTED
Copyright © 1998-2010 ActivIdentity (All rights reserved)