public class LunaCKAttribute
extends java.lang.Object
Further information is provided in the PKCS#11 standard and the SDK Reference Guide.
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,
java.lang.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, java.lang.Boolean pValue)
type
- CKA attribute typepValue
- CKA attribute valueCopyright 2014-2018 SafeNet. All rights reserved.