public class LunaCKAttribute extends Object
Further information is provided in the PKCS#11 standard and the Programmers Manual.
| Modifier and Type | Field and Description |
|---|---|
boolean |
pValue
Value of this attribute.
|
long |
type |
long |
valueLen
Amount of data referenced by pValue.
|
| Constructor and Description |
|---|
LunaCKAttribute()
Values initialised to 0 or null.
|
LunaCKAttribute(long type,
Boolean pValue)
The type of the pValue is examined, and if supported, then the
valueLen is determined.
|
public long type
public long valueLen
public boolean pValue
public LunaCKAttribute()
public LunaCKAttribute(long type,
Boolean pValue)
type - CKA attribute typepValue - CKA attribute valueCopyright 2014-2016 SafeNet Inc