IAIK PKCS#11 Wrapper
version 1.2.17

Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE

Packages that use CK_ATTRIBUTE
iaik.pkcs.pkcs11   
iaik.pkcs.pkcs11.objects   
iaik.pkcs.pkcs11.wrapper   
 

Uses of CK_ATTRIBUTE in iaik.pkcs.pkcs11
 

Methods in iaik.pkcs.pkcs11 that return CK_ATTRIBUTE
static CK_ATTRIBUTE[] Util.convertAttributesVectorToArray(Vector attributes)
          Converts the given vector into an array of CK_ATTRIBUTE elements.
 

Uses of CK_ATTRIBUTE in iaik.pkcs.pkcs11.objects
 

Fields in iaik.pkcs.pkcs11.objects declared as CK_ATTRIBUTE
protected  CK_ATTRIBUTE Attribute.ckAttribute_
          The CK_ATTRIBUTE that is used to hold the PKCS#11 type of this attribute and the value.
 

Methods in iaik.pkcs.pkcs11.objects that return CK_ATTRIBUTE
static CK_ATTRIBUTE[] Object.getSetAttributes(Object object)
          This method returns the PKCS#11 attributes of an object.
protected  CK_ATTRIBUTE Attribute.getCkAttribute()
          Get the CK_ATTRIBUTE object of this Attribute that contains the attribute type and value .
 

Methods in iaik.pkcs.pkcs11.objects with parameters of type CK_ATTRIBUTE
protected  void Attribute.setCkAttribute(CK_ATTRIBUTE ckAttribute)
          Set the CK_ATTRIBUTE of this Attribute.
 

Uses of CK_ATTRIBUTE in iaik.pkcs.pkcs11.wrapper
 

Methods in iaik.pkcs.pkcs11.wrapper with parameters of type CK_ATTRIBUTE
 long PKCS11Implementation.C_CreateObject(long hSession, CK_ATTRIBUTE[] pTemplate)
          C_CreateObject creates a new object.
 long PKCS11Implementation.C_CopyObject(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_CopyObject copies an object, creating a new object for the copy.
 void PKCS11Implementation.C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_GetAttributeValue obtains the value of one or more object attributes.
 void PKCS11Implementation.C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_SetAttributeValue modifies the value of one or more object attributes (Object management)
 void PKCS11Implementation.C_FindObjectsInit(long hSession, CK_ATTRIBUTE[] pTemplate)
          C_FindObjectsInit initializes a search for token and session objects that match a template.
 long PKCS11Implementation.C_GenerateKey(long hSession, CK_MECHANISM pMechanism, CK_ATTRIBUTE[] pTemplate)
          C_GenerateKey generates a secret key, creating a new key object.
 long[] PKCS11Implementation.C_GenerateKeyPair(long hSession, CK_MECHANISM pMechanism, CK_ATTRIBUTE[] pPublicKeyTemplate, CK_ATTRIBUTE[] pPrivateKeyTemplate)
          C_GenerateKeyPair generates a public-key/private-key pair, creating new key objects.
 long PKCS11Implementation.C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate)
          C_UnwrapKey unwraps (decrypts) a wrapped key, creating a new key object.
 long PKCS11Implementation.C_DeriveKey(long hSession, CK_MECHANISM pMechanism, long hBaseKey, CK_ATTRIBUTE[] pTemplate)
          C_DeriveKey derives a key from a base key, creating a new key object.
 long PKCS11.C_CreateObject(long hSession, CK_ATTRIBUTE[] pTemplate)
          C_CreateObject creates a new object.
 long PKCS11.C_CopyObject(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_CopyObject copies an object, creating a new object for the copy.
 void PKCS11.C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_GetAttributeValue obtains the value of one or more object attributes.
 void PKCS11.C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate)
          C_SetAttributeValue modifies the value of one or more object attributes (Object management)
 void PKCS11.C_FindObjectsInit(long hSession, CK_ATTRIBUTE[] pTemplate)
          C_FindObjectsInit initializes a search for token and session objects that match a template.
 long PKCS11.C_GenerateKey(long hSession, CK_MECHANISM pMechanism, CK_ATTRIBUTE[] pTemplate)
          C_GenerateKey generates a secret key, creating a new key object.
 long[] PKCS11.C_GenerateKeyPair(long hSession, CK_MECHANISM pMechanism, CK_ATTRIBUTE[] pPublicKeyTemplate, CK_ATTRIBUTE[] pPrivateKeyTemplate)
          C_GenerateKeyPair generates a public native-key/private-key pair, creating new key objects.
 long PKCS11.C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate)
          C_UnwrapKey unwraps (decrypts) a wrapped key, creating a new key object.
 long PKCS11.C_DeriveKey(long hSession, CK_MECHANISM pMechanism, long hBaseKey, CK_ATTRIBUTE[] pTemplate)
          C_DeriveKey derives a key from a base key, creating a new key object.
 


IAIK PKCS#11 Wrapper
version 1.2.17

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.