Package | Description |
---|---|
iaik.pkcs.pkcs11.provider |
This package is the main package and includes the JCE provider implementation
class, which is
IAIKPkcs11 . |
iaik.pkcs.pkcs11.provider.ciphers |
This package contains the implementation classes for ciphers.
|
iaik.pkcs.pkcs11.provider.hashes |
This package contains the implementation classes for message digests, also called hashes.
|
iaik.pkcs.pkcs11.provider.keyagreements |
This package contains the implementation classes for key agreements.
|
iaik.pkcs.pkcs11.provider.keyfactories |
This package contains the implementation classes for key factories and secret
key factories.
|
iaik.pkcs.pkcs11.provider.keygenerators |
This package contains the implementation classes for key generators, which
generate secret keys.
|
iaik.pkcs.pkcs11.provider.keypairgenerators |
This package contains the implementation classes for key-pair generators, which
generate key-pairs.
|
iaik.pkcs.pkcs11.provider.macs |
This package contains the implementation classes for MACs.
|
iaik.pkcs.pkcs11.provider.random |
This package contains the implementation classes for secure randoms.
|
iaik.pkcs.pkcs11.provider.signatures |
This package contains the implementation classes for signatures.
|
iaik.pkcs.pkcs11.provider.signatures.dsa | |
iaik.pkcs.pkcs11.provider.signatures.ecdsa | |
iaik.pkcs.pkcs11.provider.signatures.rsa |
Modifier and Type | Class and Description |
---|---|
class |
NullCipher
This is just a null-cipher that does nothing; i.e.
|
class |
TokenKeyStoreFastSpi
An adapter class to gain the possibility to instantiate an object that is an instance of
KeyStore.
|
class |
TokenKeyStoreSpi
A key store implementation that uses the IAIK PKCS#11 wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
AesCipher
This is an implementation of a AES Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
BlockCipher
This is an implementation of a DES Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Cast128Cipher
This is an implementation of a CAST128 (CAST5) Cipher class that uses the IAIK PKCS#11 wrapper to
access the token.
|
class |
Cast3Cipher
This is an implementation of a CAST3 Cipher class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
CastCipher
This is an implementation of a CAST Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
DesCipher
This is an implementation of a DES Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
DesEdeCipher
This is an implementation of a Tripple DES Cipher class that uses the IAIK PKCS#11 wrapper to
access the token.
|
class |
EciesCipher |
class |
IdeaCipher
This is an implementation of a IDEA Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
PKCS11Cipher
This is an implementation of a Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Rc2Cipher
This is an implementation of a RC2 Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Rc4Cipher
This is an implementation of a RC4 Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Rc5Cipher
This is an implementation of a RC5 Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaCipher
This is an implementation of a RSA Cipher class that uses the IAIK PKCS#11 wrapper to access the
token.
|
Modifier and Type | Class and Description |
---|---|
class |
FastHash
This is a digest class that uses a token to calculate the FastHash (US government algorithm)
hash.
|
class |
Md2
This is a digest class that uses a token to calculate the MD2 hash.
|
class |
Md5
This is a digest class that uses a token to calculate the MD5 hash.
|
class |
PKCS11Hash
This class implements a generic digest algorithm that uses a PKCS#11 token to claculate the hash
value.
|
class |
RipeMd128
This is a digest class that uses a token to calculate the RipeMd128 hash.
|
class |
RipeMd160
This is a digest class that uses a token to calculate the RipeMd160 hash.
|
class |
Sha1
This is a digest class that uses a token to calculate the SHA-1 hash.
|
class |
Sha224
This is a digest class that uses a token to calculate the SHA-224 hash.
|
class |
Sha256
This is a digest class that uses a token to calculate the SHA-256 hash.
|
class |
Sha3_224
This is a digest class that uses a token to calculate the SHA3-224 hash.
|
class |
Sha3_256
This is a digest class that uses a token to calculate the SHA3-256 hash.
|
class |
Sha3_384
This is a digest class that uses a token to calculate the SHA3-384 hash.
|
class |
Sha3_512
This is a digest class that uses a token to calculate the SHA3-512 hash.
|
class |
Sha384
This is a digest class that uses a token to calculate the SHA-384 hash.
|
class |
Sha512
This is a digest class that uses a token to calculate the SHA-512 hash.
|
class |
Sha512_224
This is a digest class that uses a token to calculate the SHA-512/224 hash.
|
class |
Sha512_256
This is a digest class that uses a token to calculate the SHA-512/256 hash.
|
Modifier and Type | Class and Description |
---|---|
class |
DhKeyAgreement
This ia a Diffie-Hellman key agreement implementation that uses a PKCS#11 token to perform the
actual operation.
|
class |
EcDhCoFactorKeyAgreement |
class |
EcDhKeyAgreement
This is a Elliptic-Curve Diffie-Hellman key agreement implementation that uses a PKCS#11 token to
perform the actual operation.
|
class |
PKCS11KeyAgreement
This is a generic base implementation for a key agreement.
|
class |
X942DhKeyAgreement
This ia a Diffie-Hellman key agreement implementation that uses a PKCS#11 token to perform the
actual operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AesKeyFactory
This is a AES key factory that transforms AES key specs into PKCS#11 key objects and vice versa.
|
class |
Cast128KeyFactory
This is a CAST128 (CAST5) secret key factory that transforms CAST128 key specs into PKCS#11 key
objects and vice versa.
|
class |
Cast3KeyFactory
This is a CAST3 secret key factory that transforms CAST3 key specs into PKCS#11 key objects and
vice versa.
|
class |
CastKeyFactory
This is a CAST secret key factory that transforms CAST key specs into PKCS#11 key objects and
vice versa.
|
class |
DesEdeKeyFactory
This is a Tripple DES key factory that transforms Tripple DES key specs into PKCS#11 key objects
and vice versa.
|
class |
DesKeyFactory
This is a DES key factory that transforms DES key specs into PKCS#11 key objects and vice versa.
|
class |
DhKeyFactory
This is a DH (Diffie-Hellman) key factory that transforms DH key specs into PKCS#11 key objects
and vice versa.
|
class |
DsaKeyFactory
This is a DSA key factory that transforms DSA key specs into PKCS#11 key objects and vice versa.
|
class |
EcDsaKeyFactory
This is an ECDSA key factory that transforms ECDSA key specs into PKCS#11 key objects and vice
versa.
|
class |
GenericKeyFactory
This is a generic secret key factory that transforms generic key specs into PKCS#11 key objects
and vice versa.
|
class |
IdeaKeyFactory
This is a IDEA secret key factory that transforms IDEA key specs into PKCS#11 key objects and
vice versa.
|
class |
PKCS11KeyFactory
This is a base key factory that transforms asymmetric key specs into PKCS#11 key objects and vice
versa.
|
class |
PKCS11SecretKeyFactory
This is a base key factory that transforms symmetric key specs into PKCS#11 key objects and vice
versa.
|
class |
Rc2KeyFactory
This is a RC2 secret key factory that transforms RC2 key specs into PKCS#11 key objects and vice
versa.
|
class |
Rc4KeyFactory
This is a RC4 secret key factory that transforms RC4 key specs into PKCS#11 key objects and vice
versa.
|
class |
Rc5KeyFactory
This is a RC5 secret key factory that transforms RC5 key specs into PKCS#11 key objects and vice
versa.
|
class |
RsaKeyFactory
This is a RSA key factory that transforms RSA key specs into PKCS#11 key objects and vice versa.
|
class |
SecretKeyFactory
This is a generic secret key factory that transforms secret key specs into PKCS#11 key objects
and vice versa.
|
Modifier and Type | Class and Description |
---|---|
class |
AesCbcEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
AesEcbEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
AesKeyGenerator
This is a key generator that generates AES keys on a token.
|
class |
Cast128KeyGenerator
This is a key generator that generates CAST128 keys on a token.
|
class |
Cast3KeyGenerator
This is a key generator that generates CAST3 keys on a token.
|
class |
CastKeyGenerator
This is a key generator that generates CAST keys on a token.
|
class |
Des2KeyGenerator
This is a key generator that generates double-length DES keys on a token.
|
class |
Des3CbcEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
Des3EcbEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
DesCbcEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
DesEcbEncryptDataKeyDerivation
This is a key generator that derives secret keys on a token using DES-ECB data encryption.
|
class |
DesEdeKeyGenerator
This is a key generator that generates tripple DES keys on a token.
|
class |
DesKeyGenerator
This is a key generator that generates DES keys on a token.
|
class |
GenericSecretKeyGenerator
This is a key generator that generates generic secret keys on a token.
|
class |
IdeaKeyGenerator
This is a key generator that generates IDEA keys on a token.
|
class |
Md2KeyDerivation
This is a key generator that derives secret keys on a token using MD2.
|
class |
Md5KeyDerivation
This is a key generator that derives secret keys on a token using MD5.
|
class |
PKCS11KeyDerivation
This is a generic key generator that generates keys on a token by deriving them from existing
keys on the token.
|
class |
PKCS11KeyGenerator
This is a generic key generator that generates keys on a token.
|
class |
Rc2KeyGenerator
This is a key generator that generates RC2 keys on a token.
|
class |
Rc4KeyGenerator
This is a key generator that generates RC4 keys on a token.
|
class |
Rc5KeyGenerator
This is a key generator that generates RC5 keys on a token.
|
class |
Sha1KeyDerivation
This is a key generator that derives secret keys on a token using SHA-1.
|
class |
Sha256KeyDerivation
This is a key generator that derives secret keys on a token using SHA-256.
|
class |
Sha384KeyDerivation
This is a key generator that derives secret keys on a token using SHA-384.
|
class |
Sha512KeyDerivation
This is a key generator that derives secret keys on a token using SHA-512.
|
class |
SSL3KeyAndMacDerivation
The Class SSL3KeyAndMacDerivation.
|
class |
SSL3MasterKeyDerivation |
class |
SSL3PremasterkeyGenerator
Generator engine for SSL3 which generates the pre_master key.
|
Modifier and Type | Class and Description |
---|---|
class |
DhKeyPairGenerator
An engine class for generating Diffie Hellman key-pairs on a token.
|
class |
DsaKeyPairGenerator
An engine class for generating DSA key-pairs on a token.
|
class |
EcDsaKeyPairGenerator
An engine class for generating ECDSA key-pairs on a token.
|
class |
KeaKeyPairGenerator
An engine class for generating KEA key-pairs on a token.
|
class |
PKCS11KeyPairGenerator
An abstract engine class for generating key-pairs on a token.
|
class |
RsaKeyPairGenerator
An engine class for generating RSA key-pairs on a token.
|
class |
RsaX931KeyPairGenerator
An engine class for generating RSA key-pairs on a token according to ANSI X9.31.
|
class |
X942DhKeyPairGenerator
An engine class for generating X9.42 Diffie Hellman key-pairs on a token.
|
Modifier and Type | Class and Description |
---|---|
class |
AesMac
This is an implementation of a AES MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Cast128Mac
This is an implementation of a CAST128 MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Cast3Mac
This is an implementation of a CAST3 MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
CastMac
This is an implementation of a CAST MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
DesEdeMac
This is an implementation of a Tripple DES MAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
DesMac
This is an implementation of a DES MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
IdeaMac
This is an implementation of a IDEA MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Md2HMac
This is an implementation of a MD2 HMAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Md5HMac
This is an implementation of a MD5 HMAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
PKCS11Mac
This is an implementation of a MAC class that uses the IAIK PKCS#11 wrapper to access the token.
|
class |
Rc2Mac
This is an implementation of a RC2 MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Rc5Mac
This is an implementation of a RC5 MAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RipeMd128HMac
This is an implementation of a RipeMd128 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
RipeMd160HMac
This is an implementation of a RipeMd160 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha1HMac
This is an implementation of a SHA-1 HMAC class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
Sha224HMac
This is an implementation of a SHA-224 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha256HMac
This is an implementation of a SHA-256 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha3_224HMac
This is an implementation of a SHA3-224 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha3_256HMac
This is an implementation of a SHA3-256 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha3_384HMac
This is an implementation of a SHA3-384 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha3_512HMac
This is an implementation of a SHA3-512 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha384HMac
This is an implementation of a SHA-384 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha512_224HMac
This is an implementation of a SHA-512-224 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha512_256HMac
This is an implementation of a SHA-512-256 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
Sha512HMac
This is an implementation of a SHA-512 HMAC class that uses the IAIK PKCS#11 wrapper to access
the token.
|
class |
SSL3Md5Mac
The SSL3 MD5 Mac engine.
|
class |
SSL3Sha1Mac
The SSL3 MD5 Mac engine.
|
Modifier and Type | Class and Description |
---|---|
class |
PKCS11RandomNoSetSeedSpi
An implementation of the SecureRandomSpi that uses a PKCS#11 token to gereate random data and
seeds.
|
class |
PKCS11RandomSpi
An implementation of the SecureRandomSpi that uses a PKCS#11 token to gereate random data and
seeds.
|
class |
PKCS11SeededRandomSpi
An implementation of the SecureRandomSpi that uses a PKCS#11 token to gereate seed bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalHashSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
PKCS11BufferingSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
PKCS11Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
Modifier and Type | Class and Description |
---|---|
class |
DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha1DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha224DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha256DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_224DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_256DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_384DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_512DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha384DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha512DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha1DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha224DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha256DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_224DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_256DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_384DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_512DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha384DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha512DsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
Modifier and Type | Class and Description |
---|---|
class |
EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalRipeMd160EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha1EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha224EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha256EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_224EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_256EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_384EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_512EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha384EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha512EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalWhirlpoolEcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha1EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha224EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha256EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_224EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_256EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_384EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_512EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha384EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha512EcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
UnwrappedEcdsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalMd2RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalMd5RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalRipeMd128RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalRipeMd160RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalRipeMd256RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalRsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha1RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha1RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha1RsaX931Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha224RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha224RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha256RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha256RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_224RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_224RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_256RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_256RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_384RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_384RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_512RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha3_512RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha384RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha384RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha512RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
ExternalSha512RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalMd2RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalMd5RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalRipeMd128RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalRipeMd160RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha1RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha1RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha1RsaX931Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha224RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha224RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha256RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha256RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_224RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_224RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_256RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_256RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_384RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_384RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_512RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha3_512RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha384RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha384RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha512RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
InternalSha512RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaIso9796Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaPkcs1Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaPssSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaSignature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
class |
RsaX931Signature
This is an implementation of a Signature class that uses the IAIK PKCS#11 wrapper to access the
token.
|
IAIK JavaSecurity Website https://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. Version 1.9.4