IAIK PKCS#11 Wrapper
version 1.2.16
A B C D E F G H I J K L M N O P R S T U V W X Y

P

PARALLEL_SESSION - Static variable in interface iaik.pkcs.pkcs11.Token.SessionType
Indicates a parallel session.
PBA_SHA1_WITH_SHA1_HMAC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBEParameters - class iaik.pkcs.pkcs11.parameters.PBEParameters.
This class encapsulates parameters for the Mechanism.PBA_* and Mechanism.PBA_SHA1_WITH_SHA1_HMAC mechanisms.
PBEParameters(char[], char[], char[], long) - Constructor for class iaik.pkcs.pkcs11.parameters.PBEParameters
Create a new PBEDeriveParameters object with the given attributes.
PBE_MD2_DES_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_MD5_CAST128_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_MD5_CAST3_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_MD5_CAST5_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_MD5_CAST_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_MD5_DES_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_CAST128_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_CAST5_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_DES2_EDE_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_DES3_EDE_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_RC2_128_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_RC2_40_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_RC4_128 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PBE_SHA1_RC4_40 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PKCS11 - interface iaik.pkcs.pkcs11.wrapper.PKCS11.
If the underlaying PKCS#11 function retuns CK_OK, the method returns normally.
PKCS11Connector - class iaik.pkcs.pkcs11.wrapper.PKCS11Connector.
This class is a sort of factory to get a implementation of the PKCS11 interface.
PKCS11Connector() - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Connector
Empty constructor for internal use only.
PKCS11Constants - interface iaik.pkcs.pkcs11.wrapper.PKCS11Constants.
This interface holds constants of the PKCS#11 v2.11 standard.
PKCS11Exception - exception iaik.pkcs.pkcs11.wrapper.PKCS11Exception.
This is the superclass of all checked exceptions used by this package.
PKCS11Exception(long) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Exception
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
PKCS11Implementation - class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation.
This is the default implementation of the PKCS11 interface.
PKCS11RuntimeException - exception iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException.
This is the superclass of all runtime exception used by this library.
PKCS11RuntimeException() - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Empty constructor.
PKCS11RuntimeException(String) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking a string that describes the reason of the exception in more detail.
PKCS11RuntimeException(Exception) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking an other exception to wrap.
PKCS11RuntimeException(String, Exception) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking a message for this exception and an other exception to wrap.
PKCS5PBKD2Parameters - class iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters.
This class encapsulates parameters for the Mechanism.PKCS5_PKKD2 mechanism.
PKCS5PBKD2Parameters(long, byte[], long, long, byte[]) - Constructor for class iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters
Create a new PBEDeriveParameters object with the given attributes.
PKCS5PBKD2Parameters.PseudoRandomFunctionType - interface iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters.PseudoRandomFunctionType.
This interface defines the available pseudo-random function types as defined by PKCS#11: CKP_PKCS5_PBKD2_HMAC_SHA1.
PKCS5PBKD2Parameters.SaltSourceType - interface iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters.SaltSourceType.
This interface defines the available sources of the salt value as defined by PKCS#11: CKZ_SALT_SPECIFIED.
PKCS5_PBKD2 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
PRIME - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIME_1 - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIME_2 - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIME_BITS - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIVATE - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIVATE_EXPONENT - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PRIVATE_KEY - Static variable in interface iaik.pkcs.pkcs11.objects.Object.ObjectClass
The indentifier for a private key object or any sub-class of it.
PUBLIC_EXPONENT - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
PUBLIC_KEY - Static variable in interface iaik.pkcs.pkcs11.objects.Object.ObjectClass
The indentifier for a public key object or any sub-class of it.
Parameters - interface iaik.pkcs.pkcs11.parameters.Parameters.
Every parameters class implements this interface through which the module.
PrivateKey - class iaik.pkcs.pkcs11.objects.PrivateKey.
This is the base class for private (asymmetric) keys.
PrivateKey() - Constructor for class iaik.pkcs.pkcs11.objects.PrivateKey
Deafult Constructor.
PrivateKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.PrivateKey
Called by sub-classes to create an instance of a PKCS#11 private key.
PublicKey - class iaik.pkcs.pkcs11.objects.PublicKey.
This is the base class for public (asymmetric) keys.
PublicKey() - Constructor for class iaik.pkcs.pkcs11.objects.PublicKey
Deafult Constructor.
PublicKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.PublicKey
Called by sub-classes to create an instance of a PKCS#11 public key.
pBaseG - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
ulPAndGLen == pPrimeP.length == pBaseG.length PKCS#11: CK_BYTE_PTR pBaseG; CK_ULONG ulRandomLen;
pClientRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
PKCS#11: CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen;
pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_DERIVATION_STRING_DATA
PKCS#11: CK_BYTE_PTR pData; CK_ULONG ulLen;
pIVClient - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
PKCS#11: CK_BYTE_PTR pIVClient;
pIVServer - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
PKCS#11: CK_BYTE_PTR pIVServer;
pInitVector - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pInitVector;
pIv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
PKCS#11: CK_BYTE_PTR pIv; CK_ULONG ulIvLen;
pNewPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewPassword; CK_ULONG ulNewPasswordLen;
pNewPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewPublicData; CK_ULONG ulNewPublicDataLen;
pNewRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewRandomA; CK_ULONG ulNewRandomLen;
pOldPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11:
pOldPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldPublicData; CK_ULONG ulOldPublicDataLen;
pOldRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldRandomA; CK_ULONG ulOldRandomLen;
pOldWrappedX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldWrappedX; CK_ULONG ulOldWrappedXLen;
pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulOtherInfoLen; CK_BYTE_PTR pOtherInfo;
pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulOtherInfoLen; CK_BYTE_PTR pOtherInfo;
pParameter - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM
PKCS#11: CK_VOID_PTR pParameter; CK_ULONG ulParameterLen;
pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pPassword; CK_ULONG ulPasswordLen;
pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pPassword; CK_ULONG ulPasswordLen;
pPrfData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_VOID_PTR pPrfData; CK_ULONG ulPrfDataLen;
pPrimeP - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
ulPAndGLen == pPrimeP.length == pBaseG.length PKCS#11: CK_BYTE_PTR pPrimeP; CK_ULONG ulPAndGLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
PKCS#11: CK_BYTE_PTR pPublicData; CK_ULONG ulPublicDataLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pPublicData; CK_ULONG ulPublicDataLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2;
pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2;
pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
ulRandomLen == pRandomA.length == pRandomB.length PKCS#11: CK_BYTE_PTR pRandomA; CK_ULONG ulRandomLen;
pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pRandomA; CK_ULONG ulRandomLen;
pRandomB - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
ulRandomLen == pRandomA.length == pRandomB.length PKCS#11: CK_BYTE_PTR pRandomB; CK_ULONG ulRandomLen;
pReserved - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
PKCS#11: CK_VOID_PTR pReserved;
pReturnedKeyMaterial - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
PKCS#11: CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
pSalt - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pSalt CK_ULONG ulSaltLen;
pSaltSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_VOID_PTR pSaltSourceData; CK_ULONG ulSaltSourceDataLen;
pServerRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
PKCS#11: CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen;
pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData;
pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData;
pSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
PKCS#11: CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen;
pSubprimeQ - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pSubprimeQ; CK_ULONG ulQLen;
pValue - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
PKCS#11: CK_VOID_PTR pValue; CK_ULONG ulValueLen;
pVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
PKCS#11: CK_VERSION_PTR pVersion;
pX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
extra data PKCS#11: CK_BYTE_PTR pX; CK_ULONG ulXLen;
parameters_ - Variable in class iaik.pkcs.pkcs11.Mechanism
The parameters of the mechanism.
parseTime(char[]) - Static method in class iaik.pkcs.pkcs11.Util
Parse a time character array as defined in PKCS#11 and return is as a Date object.
password_ - Variable in class iaik.pkcs.pkcs11.parameters.PBEParameters
The password to be used in the PBE key generation.
password_ - Variable in class iaik.pkcs.pkcs11.parameters.SkipJackPrivateWrapParameters
The user-supplied password.
pkcs11MechanismCode_ - Variable in class iaik.pkcs.pkcs11.Mechanism
The code of the machanism as defined in PKCS11Constants (or pkcs11t.h likewise).
pkcs11ModulePath_ - Variable in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
The PKCS#11 module to connect to.
pkcs11Module_ - Variable in class iaik.pkcs.pkcs11.Module
Interface to the underlying PKCS#11 module.
pkcs11Module_ - Variable in class iaik.pkcs.pkcs11.Session
A reference to the underlying PKCS#11 module to perform the operations.
present_ - Variable in class iaik.pkcs.pkcs11.objects.Attribute
True, if the object really posesses this attribute.
prf - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_PKCS5_PBKD2_PSEUDO_RANDOM_FUNCTION_TYPE prf;
prime1_ - Variable in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
The first prime factor (p) of this RSA key, for use with CRT.
prime2_ - Variable in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
The second prime factor (q) of this RSA key, for use with CRT.
primeBits_ - Variable in class iaik.pkcs.pkcs11.objects.DHParams
The length of the prime value in bits.
primeBits_ - Variable in class iaik.pkcs.pkcs11.objects.DSAParams
The bit length of the prim value.
primeBits_ - Variable in class iaik.pkcs.pkcs11.objects.X942DHParams
The length of the prime value in bits.
primeP_ - Variable in class iaik.pkcs.pkcs11.parameters.SkipJackPrivateWrapParameters
The prime p value.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DHParams
The prime (p) of this DH key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DHPrivateKey
The prime (p) of this DH key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DHPublicKey
The prime (p) of this DH key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DSAParams
The prime (p) of this DSA key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DSAPrivateKey
The prime (p) of this DSA key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.DSAPublicKey
The prime (p) of this DSA key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.KEAPrivateKey
The prime (p) of this KEA key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.KEAPublicKey
The prime (p) of this KEA key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.X942DHParams
The prime (p) of this DH key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.X942DHPrivateKey
The prime (p) of this X9.42 DH key.
prime_ - Variable in class iaik.pkcs.pkcs11.objects.X942DHPublicKey
The prime (p) of this X9.42 DH key.
privateDataLength_ - Variable in class iaik.pkcs.pkcs11.parameters.EcDH2KeyDerivationParameters
The length in bytes of the second EC private key.
privateDataLength_ - Variable in class iaik.pkcs.pkcs11.parameters.X942DH2KeyDerivationParameters
The length in bytes of the second EC private key.
privateData_ - Variable in class iaik.pkcs.pkcs11.parameters.EcDH2KeyDerivationParameters
The key for the second EC private key value.
privateData_ - Variable in class iaik.pkcs.pkcs11.parameters.X942DH2KeyDerivationParameters
The key for the second EC private key value.
privateExponent_ - Variable in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
The private exponent (d) of this RSA key.
privateKey_ - Variable in class iaik.pkcs.pkcs11.objects.KeyPair
The private key of this key-pair.
private_ - Variable in class iaik.pkcs.pkcs11.objects.Storage
True, if this is a private object.
protectedAuthenticationPath_ - Variable in class iaik.pkcs.pkcs11.TokenInfo
True, if there are different means to authenticate the user than passing the user-PIN to a login operation.
pseudoRandomFunctionData_ - Variable in class iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters
The data used as the input for PRF in addition to the salt value.
pseudoRandomFunction_ - Variable in class iaik.pkcs.pkcs11.parameters.PKCS5PBKD2Parameters
The pseudo-random function (PRF) to used to generate the key.
publicData2_ - Variable in class iaik.pkcs.pkcs11.parameters.EcDH2KeyDerivationParameters
The other party’s second EC public key value.
publicData2_ - Variable in class iaik.pkcs.pkcs11.parameters.X942DH2KeyDerivationParameters
The other party’s second EC public key value.
publicData_ - Variable in class iaik.pkcs.pkcs11.parameters.DHKeyDerivationParameters
The other partie's public key value.
publicData_ - Variable in class iaik.pkcs.pkcs11.parameters.KEADeriveParameters
The other party's KEA public key value.
publicData_ - Variable in class iaik.pkcs.pkcs11.parameters.SkipJackPrivateWrapParameters
The other party's key exchange public key value.
publicExponent_ - Variable in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
The public exponent (e) of this RSA key.
publicExponent_ - Variable in class iaik.pkcs.pkcs11.objects.RSAPublicKey
The public exponent (e) of this RSA key.
publicKey_ - Variable in class iaik.pkcs.pkcs11.objects.KeyPair
The public key of this key-pair.
publicValue_ - Variable in class iaik.pkcs.pkcs11.parameters.DHPkcsDeriveParameters
The initialization vector.
putAttributesInTable(AESSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.AESSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(BatonSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.BatonSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(BlowfishSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.BlowfishSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(CAST128SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.CAST128SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(CAST3SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.CAST3SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(CAST5SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.CAST5SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(CASTSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.CASTSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(CDMFSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.CDMFSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Certificate) - Static method in class iaik.pkcs.pkcs11.objects.Certificate
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Clock) - Static method in class iaik.pkcs.pkcs11.objects.Clock
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DES2SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.DES2SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DES3SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.DES3SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DESSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.DESSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DHParams) - Static method in class iaik.pkcs.pkcs11.objects.DHParams
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DHPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.DHPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DHPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.DHPublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DSAParams) - Static method in class iaik.pkcs.pkcs11.objects.DSAParams
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DSAPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.DSAPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DSAPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.DSAPublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Data) - Static method in class iaik.pkcs.pkcs11.objects.Data
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(DomainParameters) - Static method in class iaik.pkcs.pkcs11.objects.DomainParameters
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(ECDSAPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.ECDSAPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(ECDSAPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.ECDSAPublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(GenericSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.GenericSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(HardwareFeature) - Static method in class iaik.pkcs.pkcs11.objects.HardwareFeature
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(IDEASecretKey) - Static method in class iaik.pkcs.pkcs11.objects.IDEASecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(JuniperSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.JuniperSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(KEAPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.KEAPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(KEAPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.KEAPublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Key) - Static method in class iaik.pkcs.pkcs11.objects.Key
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(MonotonicCounter) - Static method in class iaik.pkcs.pkcs11.objects.MonotonicCounter
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Object) - Static method in class iaik.pkcs.pkcs11.objects.Object
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(PrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.PrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(PublicKey) - Static method in class iaik.pkcs.pkcs11.objects.PublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(RC2SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.RC2SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(RC4SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.RC4SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(RC5SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.RC5SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(RSAPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(RSAPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.RSAPublicKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(SecretKey) - Static method in class iaik.pkcs.pkcs11.objects.SecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(SkipJackSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.SkipJackSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(Storage) - Static method in class iaik.pkcs.pkcs11.objects.Storage
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(TwofishSecretKey) - Static method in class iaik.pkcs.pkcs11.objects.TwofishSecretKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(X509AttributeCertificate) - Static method in class iaik.pkcs.pkcs11.objects.X509AttributeCertificate
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(X509PublicKeyCertificate) - Static method in class iaik.pkcs.pkcs11.objects.X509PublicKeyCertificate
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(X942DHParams) - Static method in class iaik.pkcs.pkcs11.objects.X942DHParams
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(X942DHPrivateKey) - Static method in class iaik.pkcs.pkcs11.objects.X942DHPrivateKey
Put all attributes of the given object into the attributes table of this object.
putAttributesInTable(X942DHPublicKey) - Static method in class iaik.pkcs.pkcs11.objects.X942DHPublicKey
Put all attributes of the given object into the attributes table of this object.

IAIK PKCS#11 Wrapper
version 1.2.16
A B C D E F G H I J K L M N O P R S T U V W X Y
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.