Digital Authentication Framework  6.0.1.37
Static Public Member Functions | List of all members
CommonMech Class Reference

Creates commonly-used DAMechanism values. More...

#include <common_mechs.h>

Static Public Member Functions

static DAMechanism hmacWithSHA224 ()
 id-hmacWithSHA224 from RFC4231
 
static DAMechanism hmacWithSHA256 ()
 id-hmacWithSHA256 from RFC4231
 
static DAMechanism hmacWithSHA384 ()
 id-hmacWithSHA384 from RFC4231
 
static DAMechanism hmacWithSHA512 ()
 id-hmacWithSHA512 from RFC4231
 
static DAMechanism aes128_CBC ()
 id-aes128-CBC (NIST)
 
static DAMechanism aes192_CBC ()
 id-aes192-CBC (NIST)
 
static DAMechanism aes256_CBC ()
 id-aes256-CBC (NIST)
 
static DAMechanism aes128_GCM ()
 id-aes128-GCM (NIST)
 
static DAMechanism aes192_GCM ()
 id-aes192-GCM (NIST)
 
static DAMechanism aes256_GCM ()
 id-aes256-GCM (NIST)
 
static DAMechanism sha1WithRSAEncryption ()
 RSASSA-PKCS1-v1.5 sha1WithRSAEncryption from RFC2437.
 
static DAMechanism sha224WithRSAEncryption ()
 RSASSA-PKCS1-v1.5 sha224WithRSAEncryption from RFC5754.
 
static DAMechanism sha256WithRSAEncryption ()
 RSASSA-PKCS1-v1.5 sha256WithRSAEncryption from RFC5754.
 
static DAMechanism sha384WithRSAEncryption ()
 RSASSA-PKCS1-v1.5 sha384WithRSAEncryption from RFC5754.
 
static DAMechanism sha512WithRSAEncryption ()
 RSASSA-PKCS1-v1.5 sha512WithRSAEncryption from RFC5754.
 
static DAMechanism dsa_with_SHA1 ()
 dsa-with-SHA1 from RFC3370
 
static DAMechanism dsa_with_SHA224 ()
 dsa-with-SHA224 from RFC5754
 
static DAMechanism dsa_with_SHA256 ()
 dsa-with-SHA256 from RFC5754
 
static DAMechanism ecdsa_with_SHA1 ()
 ecdsa-with-SHA1 from RFC3279
 
static DAMechanism ecdsa_with_SHA224 ()
 ecdsa-with-SHA224 from RFC5754
 
static DAMechanism ecdsa_with_SHA256 ()
 ecdsa-with-SHA256 from RFC5754
 
static DAMechanism ecdsa_with_SHA384 ()
 ecdsa-with-SHA384 from RFC5754
 
static DAMechanism ecdsa_with_SHA512 ()
 ecdsa-with-SHA512 from RFC5754
 
static DAMechanism rsaEncryption ()
 rsaEncryption from RFC2437
 
static DAMechanism RSAES_OAEP ()
 id-RSAES-OAEP from RFC2437
 
static DAMechanism RSASSA_PSS ()
 id-RSASSA-PSS from RFC3447
 

Detailed Description

Creates commonly-used DAMechanism values.

This class contains a collection of static methods to return DAMechanism values representing commonly-used cryptographic mechanisms.


The documentation for this class was generated from the following file: