EME_PKCS1_V1_5 | An implementation of the EME-PKCS1-V1.5 encoding and decoding methods.
|
EMSA_PKCS1_V1_5 | An implementation of the EMSA-PKCS1-V1.5 encoding scheme.
|
EMSA_PSS | An implementation of the EMSA-PSS encoding/decoding scheme.
|
RSA | Utility methods related to the RSA algorithm.
|
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.
|
RSAPKCS1V1_5SignatureRawCodec | An object that implements the ISignatureCodec operations for the
Raw format to use with RSA-PKCS#1 v1.5 signatures.
|
RSAPKCS1V1_5SignatureX509Codec | An implementation of an ISignatureCodec that knows to encode and
decode RSA PKCS1 (v1.5) signatures into the raw bytes which would constitute
a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313
as described in the next paragraphs.
|
RSAPSSSignature | The RSA-PSS signature scheme is a public-key encryption scheme combining the
RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method.
|
RSAPSSSignatureRawCodec | An object that implements the ISignatureCodec operations for the
Raw format to use with RSA-PSS signatures.
|
RSASignatureFactory | A Factory class to instantiate RSA Signature classes.
|