Overview
Package
Class
Use
Tree
Deprecated
Index
Help
IAIK PKCS#11 Wrapper
version 1.2.16
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
E
EC
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The indentifier for a EC key.
ECDH1_COFACTOR_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
ECDH1_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
ECDSA
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
ECDSA
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The indentifier for a ECDSA key.
ECDSAPrivateKey
- class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
.
Objects of this class represent ECDSA private keys as specified by PKCS#11 v2.11.
ECDSAPrivateKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
Deafult Constructor.
ECDSAPrivateKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
Called by getInstance to create an instance of a PKCS#11 ECDSA private key.
ECDSAPublicKey
- class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
.
Objects of this class represent ECDSA public keys as specified by PKCS#11 v2.11.
ECDSAPublicKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
Deafult Constructor.
ECDSAPublicKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
Called by getInstance to create an instance of a PKCS#11 ECDSA public key.
ECDSA_KEY_PAIR_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
ECDSA_PARAMS
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
ECDSA_SHA1
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
ECMQV_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
EC_KEY_PAIR_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
EC_PARAMS
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
EC_POINT
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
EFFECTIVELY_INFINITE
- Static variable in class iaik.pkcs.pkcs11.
TokenInfo
This is the value which can be used for ulMaxSessionCount and ulMaxRwSessionCount to express an infinite number.
EMPTY
- Static variable in interface iaik.pkcs.pkcs11.parameters.
RSAPkcsOaepParameters.SourceType
The indentifier for empty parameter.
ENCRYPT
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
END_DATE
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
ERROR_CODE_PROPERTIES
- Static variable in class iaik.pkcs.pkcs11.wrapper.
PKCS11Exception
The name of the properties file that holds the names of the PKCS#11 error- codes.
EXPONENT_1
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
EXPONENT_2
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
EXTRACTABLE
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
EXTRACT_KEY_FROM_KEY
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
EcDH1KeyDerivationParameters
- class iaik.pkcs.pkcs11.parameters.
EcDH1KeyDerivationParameters
.
This abstract class encapsulates parameters for the DH mechanisms Mechanism.ECDH1_DERIVE and Mechanism.ECDH1_COFACTOR_DERIVE.
EcDH1KeyDerivationParameters(long, byte[], byte[])
- Constructor for class iaik.pkcs.pkcs11.parameters.
EcDH1KeyDerivationParameters
Create a new EcDH1KeyDerivationParameters object with the given attributes.
EcDH2KeyDerivationParameters
- class iaik.pkcs.pkcs11.parameters.
EcDH2KeyDerivationParameters
.
This abstract class encapsulates parameters for the DH mechanism Mechanism.ECMQV_DERIVE.
EcDH2KeyDerivationParameters(long, byte[], byte[], long, Object, byte[])
- Constructor for class iaik.pkcs.pkcs11.parameters.
EcDH2KeyDerivationParameters
Create a new EcDH1KeyDerivationParameters object with the given attributes.
ExtractParameters
- class iaik.pkcs.pkcs11.parameters.
ExtractParameters
.
This class encapsulates parameters for Mechanisms.EXTRACT_KEY_FROM_KEY.
ExtractParameters(long)
- Constructor for class iaik.pkcs.pkcs11.parameters.
ExtractParameters
Create a new ExtractParameters object with the given bit index.
ecPoint_
- Variable in class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
The DER-encoding of X9.62 ECPoint value P of this ECDSA key.
ecdsaParams_
- Variable in class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
The DER-encoding of an X9.62 ECParameters value of this ECDSA key.
ecdsaParams_
- Variable in class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
The DER-encoding of an X9.62 ECParameters value of this ECDSA key.
effectiveBits_
- Variable in class iaik.pkcs.pkcs11.parameters.
RC2Parameters
The effective number of bits in the RC2 search space.
encapsulatedException_
- Variable in class iaik.pkcs.pkcs11.
TokenException
An encapsulated (inner) exception.
encapsulatedException_
- Variable in class iaik.pkcs.pkcs11.
TokenRuntimeException
An encapsulated (inner) exception.
encrypt(byte[])
- Method in class iaik.pkcs.pkcs11.
Session
Encrypts the given data with the key and mechansim given to the encryptInit method.
encryptFinal()
- Method in class iaik.pkcs.pkcs11.
Session
This method finalizes an encrpytion operation and returns the final result.
encryptInit(Mechanism, Key)
- Method in class iaik.pkcs.pkcs11.
Session
Initializes a new encryption operation.
encryptUpdate(byte[])
- Method in class iaik.pkcs.pkcs11.
Session
This method can be used to encrypt multiple pieces of data; e.g.
encrypt_
- Variable in class iaik.pkcs.pkcs11.objects.
PublicKey
True, if this public key can be used for encryption.
encrypt_
- Variable in class iaik.pkcs.pkcs11.objects.
SecretKey
True, if this key can be used for encryption.
endDate_
- Variable in class iaik.pkcs.pkcs11.objects.
Key
The end date of this key's validity.
ensureLinkedAndInitialized()
- Static method in class iaik.pkcs.pkcs11.wrapper.
PKCS11Implementation
This method ensures that the library is linked to this class and that it is initialized.
ensureUnlinkedAndFinalized()
- Static method in class iaik.pkcs.pkcs11.wrapper.
PKCS11Implementation
This method does a clean-up in the native module of the wrapper.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Info
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Mechanism
Override equals to check for the equality of mechanism code and parameter.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
MechanismInfo
Override equals to check for the equality of mechanism infos.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Module
Compares the pkcs11Module_ this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Session
Compares the sessionHandle and token_ of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
SessionInfo
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Slot
Compares the slot ID and the module_ of this object with the slot ID and module_ of the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
SlotInfo
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
State
Compares the state code of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Token
Compares the slot_ of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
TokenInfo
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.
Version
Compares major and minor version number of this objects with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
AESSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Attribute
True, if both attributes are not present or if both attributes are present and all other member variables are equal.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
BatonSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
BlowfishSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
ByteArrayAttribute
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CAST128SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CAST3SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CAST5SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CASTSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CDMFSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Certificate
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
CharArrayAttribute
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Clock
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DES2SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DES3SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DESSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DHParams
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DHPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DHPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DSAParams
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DSAPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DSAPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Data
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DateAttribute
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
DomainParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
ECDSAPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
ECDSAPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
GenericSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
GenericTemplate
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
HardwareFeature
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
IDEASecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
JuniperSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
KEAPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Key
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
KeyPair
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
MonotonicCounter
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Object
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
PrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
PublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
RC2SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
RC4SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
RC5SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
RSAPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
RSAPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
SecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
SkipJackSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
Storage
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
TwofishSecretKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
X509AttributeCertificate
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
X509PublicKeyCertificate
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
X942DHParams
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
X942DHPrivateKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.objects.
X942DHPublicKey
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
DHKeyDerivationParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
DHPkcsDeriveParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
EcDH1KeyDerivationParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
EcDH2KeyDerivationParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
ExtractParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
InitializationVectorParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
KEADeriveParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
KeyDerivationStringDataParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
KeyWrapSetOaepParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
MacGeneralParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
ObjectHandleParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
PBEParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
PKCS5PBKD2Parameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC2CbcParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC2MacGeneralParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC2Parameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC5CbcParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC5MacGeneralParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RC5Parameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsOaepParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
RSAPkcsPssParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialOutParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3MasterKeyDeriveParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SSL3RandomDataParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SkipJackPrivateWrapParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
SkipJackRelayXParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
X942DH1KeyDerivationParameters
Compares all member variables of this object with the other object.
equals(Object)
- Method in class iaik.pkcs.pkcs11.parameters.
X942DH2KeyDerivationParameters
Compares all member variables of this object with the other object.
equals(byte[], byte[])
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Check the given arrays for equalitiy.
equals(char[], char[])
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Check the given arrays for equalitiy.
equals(CK_DATE, CK_DATE)
- Static method in class iaik.pkcs.pkcs11.wrapper.
Functions
Check the given dates for equalitiy.
equals(Object)
- Method in class iaik.pkcs.pkcs11.wrapper.
PKCS11Implementation
Compares this object with the other object.
errorCodeNamesAvailable_
- Static variable in class iaik.pkcs.pkcs11.wrapper.
PKCS11Exception
True, if the mapping of error codes to PKCS#11 error names is available.
errorCodeNames_
- Static variable in class iaik.pkcs.pkcs11.wrapper.
PKCS11Exception
The properties object that holds the mapping from error-code to the name of the PKCS#11 error.
errorCode_
- Variable in class iaik.pkcs.pkcs11.wrapper.
PKCS11Exception
The code of the error which was the reason for this exception.
exponent1_
- Variable in class iaik.pkcs.pkcs11.objects.
RSAPrivateKey
The first exponent (d mod (p-1)) of this RSA key, for use with CRT.
exponent2_
- Variable in class iaik.pkcs.pkcs11.objects.
RSAPrivateKey
The second exponent (d mod (q-1)) of this RSA key, for use with CRT.
export_
- Variable in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialParameters
Indicates whether the keys have to be derived for an export version of the protocol.
extractable_
- Variable in class iaik.pkcs.pkcs11.objects.
PrivateKey
True, if this private key can not be extracted from the token.
extractable_
- Variable in class iaik.pkcs.pkcs11.objects.
SecretKey
True, if this key is extractable from the token.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
IAIK PKCS#11 Wrapper
version 1.2.16
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.