Class | Description |
---|---|
EME_Encoding | |
EME_OAEP | |
EME_PKCS1_V1_5 |
An implementation of the EME-PKCS1-V1.5 encoding and decoding methods.
|
EMSA_ISO9796d2 |
ISO9796d2 scheme 1
|
EMSA_PKCS1_V1_5 |
An implementation of the EMSA-PKCS1-V1.5 encoding scheme.
|
EMSA_PKCS1_V1_5_WithErroneousAlgId |
Padding with AlgorithId parameters null instead of ASN NULL
WARNING this class must be sync with EMSA_PKCS1_V1_5
Only use for validation!!!
|
EMSA_PSS |
An implementation of the EMSA-PSS encoding/decoding scheme.
|
RSA |
Utility methods related to the RSA algorithm.
|
RSA_RAW | |
RSA_SSCD |
secure signature creation
Ozet=Hash(PRND2||K_KEC||RND.TCKK||SN.TCKK)
ImzaVerisi=(’6A’||PRND2||K_KEC||Ozet||’BC’)
Imza=Sign(Private.GEM,ImzaVerisi)
|
RSAISO9796d2Signature |
ISO9796d2 scheme 1
|
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.
|
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. |
Copyright © 2025. All rights reserved.