public class BSIAuthenticator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
accessMethodType
Access Method Type
|
protected byte[] |
authValue
Authenticator, can be an external authentication
cryptogram or PIN.
|
protected int |
keyIDOrReference
Key identifier or reference of the authenticator.
|
| Constructor and Description |
|---|
BSIAuthenticator() |
BSIAuthenticator(int amType,
int keyIDOrRef,
byte[] authVal) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessMethodType() |
byte[] |
getAuthValue() |
int |
getKeyIDOrReference() |
void |
setAccessMethodType(int type) |
void |
setAuthValue(byte[] auth) |
void |
setKeyIDOrReferece(int keyIDOrRef) |
protected int accessMethodType
BSIAccessMethodTypeprotected int keyIDOrReference
protected byte[] authValue
public BSIAuthenticator()
public BSIAuthenticator(int amType,
int keyIDOrRef,
byte[] authVal)
public int getAccessMethodType()
public void setAccessMethodType(int type)
public int getKeyIDOrReference()
public void setKeyIDOrReferece(int keyIDOrRef)
public byte[] getAuthValue()
public void setAuthValue(byte[] auth)
Copyright © 1998-2010 ActivIdentity (All rights reserved)