| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.signature |
Contains implementations of digital signature algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
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).
|