Botan

PKCS #1 v1.5 signature padding

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  EMSAPKCS1v15: botan.pk_pad.emsa.EMSA;

PKCS #1 v1.5 signature padding aka PKCS #1 block type 1 aka EMSA3 from IEEE 1363


this(HashFunction hash);

Parameters
HashFunction hash the hash object to use

class  EMSAPKCS1v15Raw: botan.pk_pad.emsa.EMSA;

EMSA_PKCS1v15_Raw which is EMSA_PKCS1v15 without a hash or digest id (which according to QCA docs is "identical to PKCS#11's CKM_RSA_PKCS mechanism", something I have not confirmed)