Overview
Package
Class
Use
Tree
Deprecated
Index
Help
IAIK PKCS#11 Wrapper
version 1.2.17
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
T
TLS_KEY_AND_MAC_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
TLS_MASTER_KEY_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
TLS_MASTER_KEY_DERIVE_DH
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
TLS_PRE_MASTER_KEY_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
TLS_PRF
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
TOKEN
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
TOKEN_PRESENT
- Static variable in interface iaik.pkcs.pkcs11.
Module.SlotRequirement
Causes getSlotList to return only those slots in which there is currently a token present; e.g. there is a smart card in the reader's slot.
TRUE
- Static variable in interface iaik.pkcs.pkcs11.wrapper.
PKCS11Constants
TRUSTED
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
TWOFISH
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The identifier for a Twofish key.
Token
- class iaik.pkcs.pkcs11.
Token
.
Objects of this class represent PKCS#11 tokens.
Token(Slot)
- Constructor for class iaik.pkcs.pkcs11.
Token
The constructor that takes a reference to the module and the slot ID.
Token.SessionReadWriteBehavior
- interface iaik.pkcs.pkcs11.
Token.SessionReadWriteBehavior
.
This interface defines constants that specify the read/write behavior of a session.
Token.SessionType
- interface iaik.pkcs.pkcs11.
Token.SessionType
.
This interface defines constants for the type of session that should be opened upon a call to openSession.
TokenException
- exception iaik.pkcs.pkcs11.
TokenException
.
The base class for all exceptions in this package.
TokenException()
- Constructor for class iaik.pkcs.pkcs11.
TokenException
The default constructor.
TokenException(String)
- Constructor for class iaik.pkcs.pkcs11.
TokenException
Constructor taking an exception message.
TokenException(Exception)
- Constructor for class iaik.pkcs.pkcs11.
TokenException
Constructor taking an other exception to wrap.
TokenException(String, Exception)
- Constructor for class iaik.pkcs.pkcs11.
TokenException
Constructor taking a message for this exception and an other exception to wrap.
TokenInfo
- class iaik.pkcs.pkcs11.
TokenInfo
.
Objects of this class provide information about a token.
TokenInfo(CK_TOKEN_INFO)
- Constructor for class iaik.pkcs.pkcs11.
TokenInfo
Constructor taking CK_TOKEN_INFO as given returned by PKCS11.C_GetTokenInfo.
TokenRuntimeException
- exception iaik.pkcs.pkcs11.
TokenRuntimeException
.
The base class for all runtiem exceptions in this package.
TokenRuntimeException()
- Constructor for class iaik.pkcs.pkcs11.
TokenRuntimeException
The default constructor.
TokenRuntimeException(String)
- Constructor for class iaik.pkcs.pkcs11.
TokenRuntimeException
Constructor taking an exception message.
TokenRuntimeException(Exception)
- Constructor for class iaik.pkcs.pkcs11.
TokenRuntimeException
Constructor taking an other exception to wrap.
TokenRuntimeException(String, Exception)
- Constructor for class iaik.pkcs.pkcs11.
TokenRuntimeException
Constructor taking a message for this exception and an other exception to wrap.
TwofishSecretKey
- class iaik.pkcs.pkcs11.objects.
TwofishSecretKey
.
Objects of this class represent Twofish secret keys as specified by PKCS#11 v2.20.
TwofishSecretKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
TwofishSecretKey
Deafult Constructor.
TwofishSecretKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
TwofishSecretKey
Called by getInstance to create an instance of a PKCS#11 generic secret key.
template_
- Variable in class iaik.pkcs.pkcs11.objects.
AttributeArray
The attributes of this attribute array in their object class representation.
time_
- Variable in class iaik.pkcs.pkcs11.
TokenInfo
The current time on the token.
toBinaryString(long)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a long value to a binary String.
toBinaryString(byte[])
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a byte array to a binary String.
toCharArray(int, int)
- Static method in class iaik.pkcs.pkcs11.
Util
Converts the given number into a char-array.
toFullHexString(long)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a long value to a hexadecimal String of length 16.
toFullHexString(int)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a int value to a hexadecimal String of length 8.
toHexString(long)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a long value to a hexadecimal String.
toHexString(byte[])
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts a byte array to a hexadecimal String.
toPaddedCharArray(String, int, char)
- Static method in class iaik.pkcs.pkcs11.
Util
Converts the given string to a char-array of exactly the given length.
toString()
- Method in class iaik.pkcs.pkcs11.
DefaultInitializeArgs
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Info
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Mechanism
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
MechanismInfo
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Module
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Session
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
SessionInfo
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Slot
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
SlotInfo
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
State
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
Token
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
TokenException
Returns the string representation of this exception, including the string representation of the wrapped (encapsulated) exception.
toString()
- Method in class iaik.pkcs.pkcs11.
TokenInfo
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.
TokenRuntimeException
Returns the string representation of this exception, including the string representation of the wrapped (encapsulated) exception.
toString()
- Method in class iaik.pkcs.pkcs11.
Version
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
AESSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Attribute
Get a string representation of this attribute.
toString(boolean)
- Method in class iaik.pkcs.pkcs11.objects.
Attribute
Get a string representation of this attribute.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
BatonSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
BlowfishSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
CAST128SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
CAST3SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
CAST5SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
CASTSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
CDMFSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Certificate
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Clock
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DES2SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DES3SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DESSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DHParams
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DHPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DHPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DSAParams
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DSAPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DSAPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Data
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
DomainParameters
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
GenericSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
GenericTemplate
This method returns a string representation of the current object.
toString(boolean, boolean, String)
- Method in class iaik.pkcs.pkcs11.objects.
GenericTemplate
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
HardwareFeature
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
IDEASecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
JuniperSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
KEAPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Key
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
KeyPair
This method returns a string representation of the current object.
toString(int)
- Method in class iaik.pkcs.pkcs11.objects.
LongAttribute
Get a string representation of this attribute.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
MonotonicCounter
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Object
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
PrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
PublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
RC2SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
RC4SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
RC5SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
RSAPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
RSAPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
SecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
SkipJackSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
Storage
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
TwofishSecretKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
X509AttributeCertificate
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
X509PublicKeyCertificate
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
X942DHParams
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
X942DHPrivateKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.objects.
X942DHPublicKey
This method returns a string representation of the current object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
CbcEncryptDataParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
DHKeyDerivationParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
DHPkcsDeriveParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
EcDH1KeyDerivationParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
EcDH2KeyDerivationParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
ExtractParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
InitializationVectorParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
KEADeriveParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
KeyDerivationStringDataParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
KeyWrapSetOaepParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
MacGeneralParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
ObjectHandleParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
PBEParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
PKCS5PBKD2Parameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC2CbcParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC2MacGeneralParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC2Parameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC5CbcParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC5MacGeneralParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RC5Parameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsOaepParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsPssParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialOutParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3MasterKeyDeriveParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3RandomDataParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SkipJackPrivateWrapParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
SkipJackRelayXParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
X942DH1KeyDerivationParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.parameters.
X942DH2KeyDerivationParameters
Returns the string representation of this object.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_AES_CBC_ENCRYPT_DATA_PARAMS
Returns the string representation of CK_AES_CBC_ENCRYPT_DATA_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_ATTRIBUTE
Returns the string representation of CK_ATTRIBUTE.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_DATE
Returns the string representation of CK_DATE.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_DES_CBC_ENCRYPT_DATA_PARAMS
Returns the string representation of CK_DES_CBC_ENCRYPT_DATA_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_ECDH1_DERIVE_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_ECDH2_DERIVE_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_INFO
Returns the string representation of CK_INFO.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_KEA_DERIVE_PARAMS
Returns the string representation of CK_KEA_DERIVE_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_KEY_WRAP_SET_OAEP_PARAMS
Returns the string representation of CK_KEY_WRAP_SET_OAEP_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_MECHANISM
Returns the string representation of CK_MECHANISM.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_MECHANISM_INFO
Returns the string representation of CK_MECHANISM_INFO.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_PBE_PARAMS
Returns the string representation of CK_PBE_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_PKCS5_PBKD2_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RC2_CBC_PARAMS
Returns the string representation of CK_RC2_CBC_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RC2_MAC_GENERAL_PARAMS
Returns the string representation of CK_RC2_MAC_GENERAL_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RC5_CBC_PARAMS
Returns the string representation of CK_RC5_CBC_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RC5_MAC_GENERAL_PARAMS
Returns the string representation of CK_RC5_MAC_GENERAL_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RC5_PARAMS
Returns the string representation of CK_RC5_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RSA_PKCS_OAEP_PARAMS
Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_RSA_PKCS_PSS_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SESSION_INFO
Returns the string representation of CK_SESSION_INFO.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SKIPJACK_PRIVATE_WRAP_PARAMS
Returns the string representation of CK_SKIPJACK_PRIVATE_WRAP_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SKIPJACK_RELAYX_PARAMS
Returns the string representation of CK_SKIPJACK_RELAYX_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SLOT_INFO
Returns the string representation of CK_SLOT_INFO.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SSL3_KEY_MAT_OUT
Returns the string representation of CK_SSL3_KEY_MAT_OUT.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SSL3_KEY_MAT_PARAMS
Returns the string representation of CK_SSL3_KEY_MAT_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SSL3_MASTER_KEY_DERIVE_PARAMS
Returns the string representation of CK_SSL3_MASTER_KEY_DERIVE_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_SSL3_RANDOM_DATA
Returns the string representation of CK_SSL3_RANDOM_DATA.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_TOKEN_INFO
Returns the string representation of CK_TOKEN_INFO.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_VERSION
Returns the string representation of CK_VERSION.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_X9_42_DH1_DERIVE_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
CK_X9_42_DH2_DERIVE_PARAMS
Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
toString()
- Method in class iaik.pkcs.pkcs11.wrapper.
PKCS11Implementation
Returns the string representation of this object.
tokenInfoFlagsToString(long)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Converts long value flags to a TokenInfoFlag string.
tokenInitialized_
- Variable in class iaik.pkcs.pkcs11.
TokenInfo
True, if the token is already initialized.
tokenPresent_
- Variable in class iaik.pkcs.pkcs11.
SlotInfo
Indicates, if a token is present.
token_
- Variable in class iaik.pkcs.pkcs11.
Session
The token to perform the operations on.
token_
- Variable in class iaik.pkcs.pkcs11.objects.
Storage
True, if object is a token object (not a session object).
totalPrivateMemory_
- Variable in class iaik.pkcs.pkcs11.
TokenInfo
The total amount of memory for private objects on this token.
totalPublicMemory_
- Variable in class iaik.pkcs.pkcs11.
TokenInfo
The total amount of memory for public objects on this token.
trusted_
- Variable in class iaik.pkcs.pkcs11.objects.
Certificate
Indicates, if this certificate can be trusted.
trusted_
- Variable in class iaik.pkcs.pkcs11.objects.
PublicKey
True, if this public key can be used for wrapping other keys.
trusted_
- Variable in class iaik.pkcs.pkcs11.objects.
SecretKey
True, if this public key can be used for wrapping other keys.
type
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_ATTRIBUTE
PKCS#11:
CK_ATTRIBUTE_TYPE type;
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
IAIK PKCS#11 Wrapper
version 1.2.17
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.