Class Summary | |
---|---|
EME_PKCS1_V1_5 |
An implementation of the EME-PKCS1-V1.5 encoding and decoding methods. EME-PKCS1-V1.5 is parameterised by the entity References:
|
EMSA_PKCS1_V1_5 |
An implementation of the EMSA-PKCS1-V1.5 encoding scheme. EMSA-PKCS1-V1.5 is parameterised by the choice of hash function Hash and hLen which denotes the length in octets of the hash function output. References:
|
EMSA_PSS |
An implementation of the EMSA-PSS encoding/decoding scheme. EMSA-PSS coincides with EMSA4 in IEEE P1363a D5 except that EMSA-PSS acts on octet strings and not on bit strings. |
RSA |
Utility methods related to the RSA algorithm. References:
|
RSAPKCS1V1_5Signature |
The RSA-PKCS1-V1.5 signature scheme is a digital signature scheme with appendix (SSA) combining the RSA algorithm with the EMSA-PKCS1-v1_5 encoding method. References:
|
RSAPSSSignature |
The RSA-PSS signature scheme is a public-key encryption scheme combining the RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method. The inventors of RSA are Ronald L. |
RSAPSSSignatureRawCodec |
An object that implements the ISignatureCodec operations for the Raw format to use with RSA-PSS signatures. |