public class BSIAcr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
ACRID
ACRID is RFU and must be NULL (0x00) in this version.
|
protected int |
ACRType
BSI Access Control Rule Types.
|
protected int |
authNb
The number of access methods logically combined in the ACR.
|
protected int[] |
keyIDOrReference
Key identifier or reference of the authenticator.
|
static short |
MaxNbAM |
| Constructor and Description |
|---|
BSIAcr() |
BSIAcr(int acrType,
int[] keyIDOrRef,
int authNum,
int acrID) |
| Modifier and Type | Method and Description |
|---|---|
int |
getACRID() |
int |
getACRType() |
int |
getAuthNb() |
int[] |
getKeyIDOrReference() |
void |
setACRID(int i) |
void |
setACRType(int i) |
void |
setAuthNb(int i) |
void |
setKeyIDOrReference(int[] i) |
protected int ACRType
BSIAccessControlRulesprotected int[] keyIDOrReference
protected int authNb
protected int ACRID
public static final short MaxNbAM
public BSIAcr()
public BSIAcr(int acrType,
int[] keyIDOrRef,
int authNum,
int acrID)
public void setACRType(int i)
public void setKeyIDOrReference(int[] i)
public void setAuthNb(int i)
public void setACRID(int i)
public int getACRType()
public int[] getKeyIDOrReference()
public int getAuthNb()
public int getACRID()
Copyright © 1998-2010 ActivIdentity (All rights reserved)