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
B
BASE
- Static variable in class iaik.pkcs.pkcs11.objects.
Attribute
BATON
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The identifier for a BATON key.
BATON_CBC128
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_COUNTER
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_ECB128
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_ECB96
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_KEY_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_SHUFFLE
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BATON_WRAP
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BLOCK
- Static variable in interface iaik.pkcs.pkcs11.
Module.WaitingBehavior
Tells waitForSlotEvent to block until an event occurs.
BLOWFISH
- Static variable in interface iaik.pkcs.pkcs11.objects.
Key.KeyType
The identifier for a Blowfish key.
BLOWFISH_CBC
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BLOWFISH_KEY_GEN
- Static variable in class iaik.pkcs.pkcs11.
Mechanism
BatonSecretKey
- class iaik.pkcs.pkcs11.objects.
BatonSecretKey
.
Objects of this class represent BATON secret keys as specified by PKCS#11 v2.11.
BatonSecretKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
BatonSecretKey
Deafult Constructor.
BatonSecretKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
BatonSecretKey
Called by getInstance to create an instance of a PKCS#11 BATON secret key.
BlowfishSecretKey
- class iaik.pkcs.pkcs11.objects.
BlowfishSecretKey
.
Objects of this class represent Blowfish secret keys as specified by PKCS#11 v2.20.
BlowfishSecretKey()
- Constructor for class iaik.pkcs.pkcs11.objects.
BlowfishSecretKey
Deafult Constructor.
BlowfishSecretKey(Session, long)
- Constructor for class iaik.pkcs.pkcs11.objects.
BlowfishSecretKey
Called by getInstance to create an instance of a PKCS#11 generic secret key.
BooleanAttribute
- class iaik.pkcs.pkcs11.objects.
BooleanAttribute
.
Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.
BooleanAttribute(Long)
- Constructor for class iaik.pkcs.pkcs11.objects.
BooleanAttribute
Constructor taking the PKCS#11 type of the attribute.
ByteArrayAttribute
- class iaik.pkcs.pkcs11.objects.
ByteArrayAttribute
.
Objects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11.
ByteArrayAttribute(Long)
- Constructor for class iaik.pkcs.pkcs11.objects.
ByteArrayAttribute
Constructor taking the PKCS#11 type of the attribute.
bBC
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_KEY_WRAP_SET_OAEP_PARAMS
block contents byte
PKCS#11:
CK_BYTE bBC;
bIsExport
- Variable in class iaik.pkcs.pkcs11.wrapper.
CK_SSL3_KEY_MAT_PARAMS
PKCS#11:
CK_BBOOL bIsExport;
baseG_
- Variable in class iaik.pkcs.pkcs11.parameters.
SkipJackPrivateWrapParameters
The base g value.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DHParams
The base (g) of this DH key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DHPrivateKey
The base (g) of this DH key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DHPublicKey
The base (g) of this DH key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DSAParams
The base (g) of this DSA key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DSAPrivateKey
The base (g) of this DSA key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
DSAPublicKey
The base (g) of this DSA key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
KEAPrivateKey
The base (g) of this KEA key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
KEAPublicKey
The base (g) of this KEA key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
X942DHParams
The base (g) of this DH key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
X942DHPrivateKey
The base (g) of this X9.42 DH key.
base_
- Variable in class iaik.pkcs.pkcs11.objects.
X942DHPublicKey
The base (g) of this X9.42 DH key.
bitIndex_
- Variable in class iaik.pkcs.pkcs11.parameters.
ExtractParameters
The bit of the base key that should be used as the first bit of the derived key.
blockContents_
- Variable in class iaik.pkcs.pkcs11.parameters.
KeyWrapSetOaepParameters
The block contents byte.
blockSize_
- Variable in class iaik.pkcs.pkcs11.parameters.
CbcEncryptDataParameters
This is the block size in byte of the underlying cipher, e.g. 8 for DES and Triple DES and 16 for AES.
build(Session, long)
- Method in interface iaik.pkcs.pkcs11.objects.
Certificate.VendorDefinedCertificateBuilder
This method should instanciate an Object of this class or of any sub-class.
build(Session, long)
- Method in interface iaik.pkcs.pkcs11.objects.
DomainParameters.VendorDefinedDomainParametersBuilder
This method should instanciate an Object of this class or of any sub-class.
build(Session, long)
- Method in interface iaik.pkcs.pkcs11.objects.
HardwareFeature.VendorDefinedHardwareFeatureBuilder
This method should instanciate an Object of this class or of any sub-class.
build(Session, long)
- Method in interface iaik.pkcs.pkcs11.objects.
Key.VendorDefinedKeyBuilder
This method should instanciate an Object of this class or of any sub-class.
build(Session, long)
- Method in interface iaik.pkcs.pkcs11.objects.
Object.VendorDefinedObjectBuilder
This method should instanciate an Object of this class or of any sub-class.
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.