| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.dsa | |
| com.entrust.toolkit.security.crypto.ec | |
| com.entrust.toolkit.security.crypto.signature |
Contains implementations of digital signature algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DsaSignature
The super-class of all Digital Signature Algorithm (DSA)
signature algorithms in Entrust's digital signature algorithm architecture;
it contains all the common functionality used by Entrust's DSA digital
signature algorithms.
|
class |
DsaWithNoneSignature
The DSA signature algorithm implemented with no underlying hash function
(hashing must be done externally).
|
class |
DsaWithSha1Signature
The DSA signature algorithm with SHA-1 as the underlying hash function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaSignature
The super-class of all Elliptic Curve Digital Signature Algorithm (ECDSA)
signature algorithms in Entrust's digital signature algorithm architecture;
it contains all the common functionality used by Entrust's ECDSA digital
signature algorithms.
|
class |
EcdsaWithNoneSignature
The ECDSA signature algorithm implemented with no underlying hash function
(hashing must be done externally).
|
class |
EcdsaWithRecommendedSignature
The ECDSA signature algorithm with the recommended underlying hash function.
|
class |
EcdsaWithSha1Signature
The ECDSA signature algorithm with SHA-1 as the underlying hash function.
|
class |
EcdsaWithSha224Signature
The ECDSA signature algorithm with SHA-224 as the underlying hash function.
|
class |
EcdsaWithSha256Signature
The ECDSA signature algorithm with SHA-256 as the underlying hash function.
|
class |
EcdsaWithSha384Signature
The ECDSA signature algorithm with SHA-384 as the underlying hash function.
|
class |
EcdsaWithSha512Signature
The ECDSA signature algorithm with SHA-512 as the underlying hash function.
|
class |
EcdsaWithSpecifiedSignature
The ECDSA signature algorithm with an underlying hash function that is
specified through algorithm parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Md2RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with MD2 as the underlying hash
function.
|
class |
Md5RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with MD5 as the underlying hash
function.
|
class |
RawSslRsaSignature
The RSA-PKCS1-v1_5 signature algorithm with NONE as the underlying hash
function.
|
class |
RsaPkcs1v1_5Signature
The super-class of all RSA-PKCS1-v1_5 signature algorithms in Entrust's
digital signature algorithm architecture; it contains all the common
functionality used by Entrust's RSA-PKCS1-v1_5 digital signature algorithms.
|
class |
RsaPssSignature
The RSA-PSS signature algorithm.
|
class |
RsaPssWithDigestSignature
The RSA-PSS signature algorithm implemented with an underlying hash function
selected by algorithm parameters.
|
class |
RsaPssWithNoneSignature
The RSA-PSS signature algorithm implemented with no underlying hash function
(hashing must be done externally).
|
class |
RsaSignature
The super-class of all RSA signature algorithms in Entrust's digital
signature algorithm architecture; it contains all the common functionality
used by Entrust's RSA digital signature algorithms.
|
class |
Sha1RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with SHA-1 as the underlying hash
function.
|
class |
Sha224RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with SHA-224 as the underlying hash
function.
|
class |
Sha256RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with SHA-256 as the underlying hash
function.
|
class |
Sha384RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with SHA-384 as the underlying hash
function.
|
class |
Sha512RsaSignature
The RSA-PKCS1-v1_5 signature algorithm with SHA-512 as the underlying hash
function.
|
class |
SslRsaSignature
The RSA signature algorithm as defined for use in the SSL protocol.
|