IAIK PKCS#11 Wrapper
version 1.2.16

Uses of Package
iaik.pkcs.pkcs11.objects

Packages that use iaik.pkcs.pkcs11.objects
iaik.pkcs.pkcs11   
iaik.pkcs.pkcs11.objects   
iaik.pkcs.pkcs11.parameters   
 

Classes in iaik.pkcs.pkcs11.objects used by iaik.pkcs.pkcs11
Key
          An object of this class represents a key as defined by PKCS#11 2.11.
KeyPair
          This class does not correspond to any PKCS#11 object.
Object
          An object of this class represents an object as defined by PKCS#11.
SecretKey
          This is the base class for secret (symmetric) keys.
 

Classes in iaik.pkcs.pkcs11.objects used by iaik.pkcs.pkcs11.objects
AESSecretKey
          Objects of this class represent AES secret keys as specified by PKCS#11 v2.11.
Attribute
          This is the base-class for all types of attributes.
BatonSecretKey
          Objects of this class represent BATON secret keys as specified by PKCS#11 v2.11.
BlowfishSecretKey
          Objects of this class represent Blowfish secret keys as specified by PKCS#11 v2.20.
BooleanAttribute
          Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.
ByteArrayAttribute
          Objects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11.
CAST128SecretKey
          Objects of this class represent CAST128 secret keys as specified by PKCS#11 v2.11.
CAST3SecretKey
          Objects of this class represent CAST3 secret keys as specified by PKCS#11 v2.11.
CAST5SecretKey
          Objects of this class represent CAST5 secret keys as specified by PKCS#11 v2.11.
CASTSecretKey
          Objects of this class represent CAST secret keys as specified by PKCS#11 v2.11.
CDMFSecretKey
          Objects of this class represent CDMF secret keys as specified by PKCS#11 v2.11.
Certificate
          An object of this class represents a certificate as defined by PKCS#11.
Certificate.VendorDefinedCertificateBuilder
          If an application uses vendor defined certificates, it must implement this interface and install such an object handler using setVendorDefinedCertificateBuilder.
CertificateTypeAttribute
          This is a special version of a long attribute for the type of a certificate type.
CharArrayAttribute
          Objects of this class represent a char-array attribute of a PKCS#11 object as specified by PKCS#11.
Clock
          Objects of this class represent a clock as specified by PKCS#11 v2.11.
Data
          Objects of this class represent a data object as specified by PKCS#11 v2.11.
DateAttribute
          Objects of this class represent a date attribute of an PKCS#11 object as specified by PKCS#11.
DES2SecretKey
          Objects of this class represent double-length DES secret keys as specified by PKCS#11 v2.11.
DES3SecretKey
          Objects of this class represent Triple-DES secret keys as specified by PKCS#11 v2.11.
DESSecretKey
          Objects of this class represent DES secret keys as specified by PKCS#11 v2.11.
DHParams
          Objects of this class represent DH domain parameters as specified by PKCS#11 v2.11.
DHPrivateKey
          Objects of this class represent DH private keys as specified by PKCS#11 v2.11.
DHPublicKey
          Objects of this class represent DH public keys as specified by PKCS#11 v2.11.
DomainParameters
          An object of this class represents domain parameters as defined by PKCS#11 2.11.
DomainParameters.VendorDefinedDomainParametersBuilder
          If an application uses vendor defined DomainParameters, it must implement this interface and install such an object handler using setVendorDefinedDomainParametersBuilder.
DSAParams
          Objects of this class represent DSA domain parameters as specified by PKCS#11 v2.11.
DSAPrivateKey
          Objects of this class represent DSA private keys as specified by PKCS#11 v2.11.
DSAPublicKey
          Objects of this class represent DSA public keys as specified by PKCS#11 v2.11.
ECDSAPrivateKey
          Objects of this class represent ECDSA private keys as specified by PKCS#11 v2.11.
ECDSAPublicKey
          Objects of this class represent ECDSA public keys as specified by PKCS#11 v2.11.
GenericSecretKey
          Objects of this class represent generic secret keys as specified by PKCS#11 v2.11.
HardwareFeature
          This is the base class for hardware feature classes.
HardwareFeature.VendorDefinedHardwareFeatureBuilder
          If an application uses vendor defined hardware features, it must implement this interface and install such an object handler using setVendorDefinedHardwareFeatureBuilder.
HardwareFeatureTypeAttribute
          This is a special version of a long attribute for the type of a hardware feature.
IDEASecretKey
          Objects of this class represent IDEA secret keys as specified by PKCS#11 v2.11.
JuniperSecretKey
          Objects of this class represent Juniper secret keys as specified by PKCS#11 v2.11.
KEAPrivateKey
          Objects of this class represent KEA private keys as specified by PKCS#11 v2.11.
KEAPublicKey
          Objects of this class represent KEA public keys as specified by PKCS#11 v2.11.
Key
          An object of this class represents a key as defined by PKCS#11 2.11.
Key.VendorDefinedKeyBuilder
          If an application uses vendor defined keys, it must implement this interface and install such an object handler using setVendorDefinedKeyBuilder.
KeyTypeAttribute
          This is a special version of a long attribute for the type of a key type.
LongAttribute
          Objects of this class represent a long attribute of an PKCS#11 object as specified by PKCS#11.
MechanismAttribute
          Objects of this class represent a mechanism attribute of an PKCS#11 object as specified by PKCS#11.
MonotonicCounter
          Objects of this class represent a monotonic counter as specified by PKCS#11 v2.11.
Object
          An object of this class represents an object as defined by PKCS#11.
Object.VendorDefinedObjectBuilder
          If an application uses vendor defined objects, it must implement this interface and install such an object handler using setVendorDefinedObjectBuilder.
ObjectClassAttribute
          This is a special version of a long attribute for the type of a object class.
PrivateKey
          This is the base class for private (asymmetric) keys.
PublicKey
          This is the base class for public (asymmetric) keys.
RC2SecretKey
          Objects of this class represent RC2 secret keys as specified by PKCS#11 v2.11.
RC4SecretKey
          Objects of this class represent RC4 secret keys as specified by PKCS#11 v2.11.
RC5SecretKey
          Objects of this class represent RC5 secret keys as specified by PKCS#11 v2.11.
RSAPrivateKey
          Objects of this class represent RSA private keys as specified by PKCS#11 v2.11.
RSAPublicKey
          Objects of this class represent RSA public keys as specified by PKCS#11 v2.11.
SecretKey
          This is the base class for secret (symmetric) keys.
SkipJackSecretKey
          Objects of this class represent SkipJack secret keys as specified by PKCS#11 v2.11.
Storage
          Objects of this class represent PKCS#11 objects of type storage as defined in PKCSC#11 2.11, but is compatible to version 2.01.
TwofishSecretKey
          Objects of this class represent Twofish secret keys as specified by PKCS#11 v2.20.
X509AttributeCertificate
          Objects of this class represent X.509 attribute certificate as specified by PKCS#11 v2.11.
X509PublicKeyCertificate
          Objects of this class represent X.509 public key certificate as specified by PKCS#11 v2.11.
X942DHParams
          Objects of this class represent X9.42 DH domain parameters as specified by PKCS#11 v2.11.
X942DHPrivateKey
          Objects of this class represent X9.42 DH private keys as specified by PKCS#11 v2.11.
X942DHPublicKey
          Objects of this class represent X9.42 DH public keys as specified by PKCS#11 v2.11.
 

Classes in iaik.pkcs.pkcs11.objects used by iaik.pkcs.pkcs11.parameters
Object
          An object of this class represents an object as defined by PKCS#11.
SecretKey
          This is the base class for secret (symmetric) keys.
 


IAIK PKCS#11 Wrapper
version 1.2.16

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.