public class CK_ATTRIBUTE
extends java.lang.Object
implements java.lang.Cloneable
PKCS#11 structure:
typedef struct CK_ATTRIBUTE { CK_ATTRIBUTE_TYPE type; CK_VOID_PTR pValue; CK_ULONG ulValueLen; } CK_ATTRIBUTE;
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
pValue
PKCS#11:
|
long |
type
PKCS#11:
|
Constructor and Description |
---|
CK_ATTRIBUTE() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Create a (deep) clone of this object.
|
java.lang.String |
toString()
Returns the string representation of CK_ATTRIBUTE.
|
public long type
CK_ATTRIBUTE_TYPE type;
public java.lang.Object pValue
CK_VOID_PTR pValue; CK_ULONG ulValueLen;
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9