|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--FileSystemIdObject | +--AuthenticationObject
Class implementing authentication objects like PINs, PACE passwords or keys
Defined in authenticationobject.js
Field Summary | |
Object |
allowActivate
|
Object |
allowDeactivate
|
Object |
allowDisable
|
Object |
allowEnable
|
Object |
allowResetRetryCounter
|
Object |
allowResetValue
|
Object |
allowTerminate
|
Object |
initialretrycounter
|
Object |
isActive
|
Object |
isEnabled
|
Object |
isTerminated
|
Object |
isTransport
|
Object |
minLength
|
Object |
resetcounter
|
Object |
retrycounter
|
Object |
type
|
Object |
unblockAuthenticationObject
|
Object |
unsuspendAuthenticationObject
|
Object |
usecounter
|
Object |
value
|
<static> Object |
TYPE_PACE
|
<static> Object |
TYPE_PIN
|
Fields inherited from class FileSystemIdObject |
name, id
|
Constructor Summary | |
AuthenticationObject(<String> name, <String> type, <Number> id, <ByteString> value)
Create an authentication object |
Method Summary | |
void
|
activate()
Activate authentication object |
void
|
changeReferenceData(<Number> qualifier, <ByteString> value)
Change reference data, optionally verifying the old value before |
void
|
deactivate()
Deactivate authentication object |
void
|
decreaseRetryCounter()
Deactivate authentication object |
Object
|
getType()
Override from base class |
Object
|
isBlocked()
|
Object
|
isSuspended()
|
void
|
resetRetryCounter(<ByteString> newValue)
Reset retry counter and optionally set new reference value |
void
|
restoreRetryCounter()
Deactivate authentication object |
void
|
terminate()
Terminate authentication object |
Object
|
toString()
Convert object to a human readable string |
void
|
verify(<ByteString> value)
Verify PIN value |
Methods inherited from class FileSystemIdObject |
getId
|
Field Detail |
Object allowActivate
Object allowDeactivate
Object allowDisable
Object allowEnable
Object allowResetRetryCounter
Object allowResetValue
Object allowTerminate
Object initialretrycounter
Object isActive
Object isEnabled
Object isTerminated
Object isTransport
Object minLength
Object resetcounter
Object retrycounter
Object type
Object unblockAuthenticationObject
Object unsuspendAuthenticationObject
Object usecounter
Object value
<static> Object TYPE_PACE
<static> Object TYPE_PIN
Constructor Detail |
AuthenticationObject(<String> name, <String> type, <Number> id, <ByteString> value)
name
- the human readable name of the object
type
- one of AuthenticationObject.TYPE_PACE or AuthenticationObject.TYPE_PIN
id
- the password or key id
value
- the reference value
Method Detail |
void activate()
void changeReferenceData(<Number> qualifier, <ByteString> value)
qualifier
- command qualifier, 00 = oldPIN||newPIN, 01 = newPIN
value
- new reference value
void deactivate()
void decreaseRetryCounter()
Object getType()
Object isBlocked()
Object isSuspended()
void resetRetryCounter(<ByteString> newValue)
newValue
- new reference value
void restoreRetryCounter()
void terminate()
Object toString()
void verify(<ByteString> value)
value
- reference value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |