public class CK_ATTRIBUTE
extends java.lang.Object
Further information is provided in the PKCS#11 standard and the Programmers Manual.
CKA| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
pValue
Value of this attribute.
|
CK_ATTRIBUTE_TYPE |
type
Type of this attribute.
|
long |
valueLen
Amount of data referenced by pValue.
|
| Constructor and Description |
|---|
CK_ATTRIBUTE()
Values initialised to 0 or null.
|
CK_ATTRIBUTE(CK_ATTRIBUTE_TYPE type,
java.lang.Object pValue)
The type of the pValue is examined, and if supported, then the
valueLen is determined.
|
CK_ATTRIBUTE(CK_ATTRIBUTE_TYPE type,
java.lang.Object pValue,
long valueLen)
Values initialised as specified.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getAttributeValueSize(java.lang.Object pValue)
Determine the size in bytes of the attribute value, if supported.
|
public CK_ATTRIBUTE_TYPE type
CKApublic java.lang.Object pValue
public long valueLen
public CK_ATTRIBUTE()
public CK_ATTRIBUTE(CK_ATTRIBUTE_TYPE type, java.lang.Object pValue, long valueLen)
public CK_ATTRIBUTE(CK_ATTRIBUTE_TYPE type, java.lang.Object pValue)
public static long getAttributeValueSize(java.lang.Object pValue)
Copyright (c) SafeNet, Inc. 2012-2016. All rights reserved.