| Interface | Description |
|---|---|
| Certificate.CertificateType |
This interface defines the available certificate types as defined by
PKCS#11: X_509_PUBLIC_KEY, X_509_ATTRIBUTE or VENDOR_DEFINED.
|
| Certificate.VendorDefinedCertificateBuilder |
If an application uses vendor defined certificates, it must implement
this interface and install such an object handler using
setVendorDefinedCertificateBuilder.
|
| DomainParameters.VendorDefinedDomainParametersBuilder |
If an application uses vendor defined DomainParameters, it must implement
this interface and install such an object handler using
setVendorDefinedDomainParametersBuilder.
|
| HardwareFeature.FeatureType |
This interface defines the available hardware feature types as defined by
PKCS#11 2.20: MONOTONIC_COUNTER, CLOCK, CKH_USER_INTERFAC or
VENDOR_DEFINED.
|
| HardwareFeature.VendorDefinedHardwareFeatureBuilder |
If an application uses vendor defined hardware features, it must
implement this interface and install such an object handler using
setVendorDefinedHardwareFeatureBuilder.
|
| Key.KeyType |
This interface defines the available key types as defined by PKCS#11
v2.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 |
If an application uses vendor defined keys, it must implement this
interface and install such an object handler using
setVendorDefinedKeyBuilder.
|
| PKCS11Object.ObjectClass |
This interface defines the available object classes as defined by
PKCS#11:
DATA, CERTIFICATE, PUBLIC_KEY, PRIVATE_KEY, SECRET_KEY, HW_FEATURE,
DOMAIN_PARAMETERS or VENDOR_DEFINED.
|
| PKCS11Object.VendorDefinedObjectBuilder |
If an application uses vendor defined objects, it must implement this
interface and install such an object handler using
setVendorDefinedObjectBuilder.
|
| Class | Description |
|---|---|
| Attribute |
This is the base-class for all types of attributes.
|
| AttributeArray |
Objects of this class represent a attribute array of a PKCS#11 object
as specified by PKCS#11.
|
| 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.
|
| Certificate |
An object of this class represents a certificate as defined by PKCS#11.
|
| 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.
|
| 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.
|
| 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.
|
| ECPrivateKey |
Objects of this class represent ECDSA private keys as specified by PKCS#11
v2.11.
|
| ECPublicKey |
Objects of this class represent ECDSA public keys as specified by PKCS#11
v2.11.
|
| GenericTemplate |
An object of this class is a generic template.
|
| HardwareFeature |
This is the base class for hardware feature classes.
|
| HardwareFeatureTypeAttribute |
This is a special version of a long attribute for the type
of a hardware feature.
|
| 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.
|
| KeyPair |
This class does not correspond to any PKCS#11 object.
|
| 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.
|
| Mechanism |
Objects of this class represent Mechanism Objects as introduced in
PKCS#11 2.20.
|
| MechanismArrayAttribute |
Objects of this class represent a mechanism array attribute of a 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.
|
| ObjectClassAttribute |
This is a special version of a long attribute for the type
of a object class.
|
| OtherAttribute | |
| PKCS11Object |
An object of this class represents an object as defined by PKCS#11.
|
| PrivateKey |
This is the base class for private (asymmetric) keys.
|
| PublicKey |
This is the base class for public (asymmetric) keys.
|
| 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.
|
| 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.
|
| UserInterface |
Objects of this class represent a user interface as specified by PKCS#11
v2.20.
|
| ValuedSecretKey |
Objects of this class represent secret keys as specified by PKCS#11
v2.11.
|
| WTLSCertificate |
Objects of this class represent WTLS public key certificates as specified by
PKCS#11 v2.20 Chap.
|
| 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.
|
Copyright © 2022. All rights reserved.