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
K
KEA
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The identifier for a KEA key.
KEADeriveParameters
- class iaik.pkcs.pkcs11.parameters.
KEADeriveParameters
.
This class encapsulates parameters for the Mechanism.KEA_KEY_DERIVE.
KEADeriveParameters(boolean, byte[], byte[], byte[])
- Constructor for class iaik.pkcs.pkcs11.parameters.
KEADeriveParameters
Create a new KEADeriveParameters object with the given attributes.
KEAPrivateKey
- class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
.
Objects of this class represent KEA private keys as specified by PKCS#11 v2.11.
KEAPrivateKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
Deafult Constructor.
KEAPrivateKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
Called by getInstance to create an instance of a PKCS#11 KEA private key.
KEAPublicKey
- class iaik.pkcs.pkcs11.objects.
KEAPublicKey
.
Objects of this class represent KEA public keys as specified by PKCS#11 v2.11.
KEAPublicKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
KEAPublicKey
Deafult Constructor.
KEAPublicKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
KEAPublicKey
Called by getInstance to create an instance of a PKCS#11 KEA public key.
KEA_KEY_DERIVE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
KEA_KEY_PAIR_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
KEY_GEN_MECHANISM
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
KEY_TYPE
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
KEY_WRAP_LYNKS
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
KEY_WRAP_SET_OAEP
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
Key
- class iaik.pkcs.pkcs11.objects.
Key
.
An object of this class represents a key as defined by PKCS#11 2.11.
Key()
- Constructor for class iaik.pkcs.pkcs11.objects.
Key
The default constructor.
Key(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
Key
Called by sub-classes to create an instance of a PKCS#11 key.
Key.KeyType
- interface iaik.pkcs.pkcs11.objects.
Key.KeyType
.
This interface defines the available key types as defined by PKCS#11 2.11: RSA, DSA, DH, ECDSA, KEA, GENERIC_SECRET, RC2, RC4, DES, DES2, DES3, CAST, CAST3, CAST5, CAST128, RC5, IDEA, SKIPJACK, BATON, JUNIPER, CDMF, AES, EC, X9_42_DH or VENDOR_DEFINED.
Key.VendorDefinedKeyBuilder
- interface iaik.pkcs.pkcs11.objects.
Key.VendorDefinedKeyBuilder
.
If an application uses vendor defined keys, it must implement this interface and install such an object handler using setVendorDefinedKeyBuilder.
KeyDerivationStringDataParameters
- class iaik.pkcs.pkcs11.parameters.
KeyDerivationStringDataParameters
.
This class encapsulates parameters for several key derivation mechanisms that need string data as parameter.
KeyDerivationStringDataParameters(byte[])
- Constructor for class iaik.pkcs.pkcs11.parameters.
KeyDerivationStringDataParameters
Create a new KeyDerivationStringDataParameters object with the given data.
KeyPair
- class iaik.pkcs.pkcs11.objects.
KeyPair
.
This class does not correspond to any PKCS#11 object.
KeyPair(PublicKey, PrivateKey)
- Constructor for class iaik.pkcs.pkcs11.objects.
KeyPair
Constructor that takes a public and a private key.
KeyTypeAttribute
- class iaik.pkcs.pkcs11.objects.
KeyTypeAttribute
.
This is a special version of a long attribute for the type of a key type.
KeyTypeAttribute()
- Constructor for class iaik.pkcs.pkcs11.objects.
KeyTypeAttribute
Empty constructor.
KeyWrapSetOaepParameters
- class iaik.pkcs.pkcs11.parameters.
KeyWrapSetOaepParameters
.
This class encapsulates parameters for the Mechanism.KEY_WRAP_SET_OAEP.
KeyWrapSetOaepParameters(byte, byte[])
- Constructor for class iaik.pkcs.pkcs11.parameters.
KeyWrapSetOaepParameters
Create a new KEADeriveParameters object with the given attributes.
kdf
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_ECDH1_DERIVE_PARAMS
PKCS#11:
CK_EC_KDF_TYPE kdf;
kdf
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_ECDH2_DERIVE_PARAMS
PKCS#11:
CK_EC_KDF_TYPE kdf;
kdf
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_X9_42_DH1_DERIVE_PARAMS
PKCS#11:
CK_X9_42_DH_KDF_TYPE kdf;
kdf
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11:
CK_X9_42_DH_KDF_TYPE kdf;
keyDerivationFunction_
- Variable in class iaik.pkcs.pkcs11.parameters.
DHKeyDerivationParameters
The key derivation function used on the shared secret value.
keyDerivationMechanisms_
- Static variable in class iaik.pkcs.pkcs11.wrapper.
Functions
This table contains the mechanisms that are key derivation mechanisms.
keyGenMechanism_
- Variable in class iaik.pkcs.pkcs11.objects.
Key
The mechanism used to generate the key material.
keyGenerationMechanisms_
- Static variable in class iaik.pkcs.pkcs11.wrapper.
Functions
This table contains the mechanisms that key generation mechanisms; i.e.
keyPairGenerationMechanisms_
- Static variable in class iaik.pkcs.pkcs11.wrapper.
Functions
This table contains the mechanisms that key-pair generation mechanisms; i.e. mechanisms for generating key-pairs.
keySizeInBits_
- Variable in class iaik.pkcs.pkcs11.parameters.
SSL3KeyMaterialParameters
The length (in bits) of the secret keys agreed upon during the protocol handshake phase.
keyTypeNames_
- Static variable in class iaik.pkcs.pkcs11.objects.
Key
A table holding string representations for all known key types.
keyType_
- Variable in class iaik.pkcs.pkcs11.objects.
DomainParameters
The type of this key.
keyType_
- Variable in class iaik.pkcs.pkcs11.objects.
Key
The type of this key.
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.