-
Notifications
You must be signed in to change notification settings - Fork 113
API XMLSec GCrypt Crypto
API Group: xmlsec_gcrypt_crypto
Cryptographic operations provided by the GCrypt back-end.
Symmetric keys implementation for GCrypt.
Signatures implementation for GCrypt.
AES/Camellia Key Transport (RFC 3394) implementation for GCrypt.
DES Key Transport transforms implementation for GCrypt.
RSA Key Transport transforms implementation for GCrypt.
HMAC transforms implementation for GCrypt.
Digests transforms implementation for GCrypt.
Core crypto functions for GCrypt. Core crypto functions for GCrypt.
Ciphers transforms implementation for GCrypt.
Private/public keys implementation for GCrypt.
ASN1 support functions for GCrypt.
Defined as: xmlSecGCryptKeyDataAesGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES key data klass.
Defined as: xmlSecGCryptTransformAes128CbcGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES128 CBC cipher transform klass.
Defined as: xmlSecGCryptTransformAes192CbcGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES192 CBC cipher transform klass.
Defined as: xmlSecGCryptTransformAes256CbcGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES256 CBC cipher transform klass.
Defined as: xmlSecGCryptTransformKWAes128GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES 128 key wrap transform klass.
Defined as: xmlSecGCryptTransformKWAes192GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES 192 key wrap transform klass.
Defined as: xmlSecGCryptTransformKWAes256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The AES 256 key wrap transform klass.
Defined as: xmlSecGCryptKeyDataDesGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The DES key data klass.
Defined as: xmlSecGCryptTransformDes3CbcGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The DES3 CBC cipher transform klass.
Defined as: xmlSecGCryptTransformKWDes3GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The DES3 KW transform klass.
Defined as: xmlSecGCryptKeyDataDsaGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The DSA key klass.
Defined as: xmlSecGCryptTransformDsaSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The DSA SHA1 signature transform klass.
Defined as: xmlSecGCryptkeyDataEcGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The EC key klass.
Defined as: xmlSecGCryptTransformEcdsaSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA1 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-256 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-384 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-512 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha3_256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-256 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha3_384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-384 signature transform klass.
Defined as: xmlSecGCryptTransformEcdsaSha3_512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-512 signature transform klass.
Defined as: xmlSecGCryptKeyDataHmacGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC key klass.
Defined as: xmlSecGCryptTransformHmacMd5GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with MD5 signature transform klass.
Defined as: xmlSecGCryptTransformHmacRipemd160GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with RipeMD160 signature transform klass.
Defined as: xmlSecGCryptTransformHmacSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with SHA1 signature transform klass.
Defined as: xmlSecGCryptTransformHmacSha256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with SHA2-256 signature transform klass.
Defined as: xmlSecGCryptTransformHmacSha384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with SHA2-384 signature transform klass.
Defined as: xmlSecGCryptTransformHmacSha512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The HMAC with SHA2-512 signature transform klass.
Defined as: xmlSecGCryptKeyDataRsaGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA key klass.
Defined as: xmlSecGCryptTransformRsaMd5GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-MD5 signature transform klass.
Defined as: xmlSecGCryptTransformRsaRipemd160GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-RIPEMD160 signature transform klass.
Defined as: xmlSecGCryptTransformRsaSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA1 signature transform klass.
Defined as: xmlSecGCryptTransformRsaSha256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-256 signature transform klass.
Defined as: xmlSecGCryptTransformRsaSha384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-384 signature transform klass.
Defined as: xmlSecGCryptTransformRsaSha512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-512 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA1 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-256 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-384 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-512 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha3_256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-256 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha3_384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-384 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPssSha3_512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-512 signature transform klass.
Defined as: xmlSecGCryptTransformRsaPkcs1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA PKCS1 key transport transform klass.
Defined as: xmlSecGCryptTransformRsaOaepGetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA OAEP key transport transform klass.
The RSA OAEP key transport transform klass (XMLEnc 1.0).
Defined as: xmlSecGCryptTransformRsaOaepEnc11GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RSA OAEP-Enc11 key transport transform klass.
The RSA OAEP key transport transform klass (XMLEnc 1.1).
Defined as: xmlSecGCryptTransformSha1GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA1 digest transform klass.
Defined as: xmlSecGCryptTransformSha256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA2-256 digest transform klass.
Defined as: xmlSecGCryptTransformSha384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA2-384 digest transform klass.
Defined as: xmlSecGCryptTransformSha512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA2-512 digest transform klass.
Defined as: xmlSecGCryptTransformSha3_256GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA3-256 digest transform klass.
Defined as: xmlSecGCryptTransformSha3_384GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA3-384 digest transform klass.
Defined as: xmlSecGCryptTransformSha3_512GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The SHA3-512 digest transform klass.
Defined as: xmlSecGCryptTransformMd5GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The MD5 digest transform klass.
Defined as: xmlSecGCryptTransformRipemd160GetKlass()
Source: include/xmlsec/gcrypt/crypto.h
The RIPEMD160 digest transform klass.
xmlSecCryptoDLFunctionsPtr xmlSecCryptoGetFunctions_gcrypt(void);Source: include/xmlsec/gcrypt/crypto.h
Gets the pointer to xmlsec-gcrypt functions table.
Returns: the xmlsec-gcrypt functions table or NULL if an error occurs.
int xmlSecGCryptInit(void);Source: include/xmlsec/gcrypt/crypto.h
Initializes the GCrypt crypto engine.
XMLSec library specific crypto engine initialization.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptShutdown(void);Source: include/xmlsec/gcrypt/crypto.h
XMLSec library specific crypto engine shutdown.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptKeysMngrInit(xmlSecKeysMngrPtr mngr);Source: include/xmlsec/gcrypt/crypto.h
Adds GCrypt specific key data stores.
Adds GCrypt specific key data stores in keys manager.
Parameters:
-
mngr— the pointer to keys manager.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptGenerateRandom(xmlSecBufferPtr buffer, xmlSecSize size);Source: include/xmlsec/gcrypt/crypto.h
Generates random bytes into buffer.
Generates size random bytes and puts result in buffer.
Parameters:
-
buffer— the destination buffer. -
size— the numer of bytes to generate.
Returns: 0 on success or a negative value otherwise.
xmlSecKeyDataId xmlSecGCryptKeyDataAesGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The AES key data klass.
Returns: AES key data klass.
int xmlSecGCryptKeyDataAesSet(xmlSecKeyDataPtr data, const xmlSecByte *buf, xmlSecSize bufSize);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of AES key data.
Parameters:
-
data— the pointer to AES key data. -
buf— the pointer to key value. -
bufSize— the key value size (in bytes).
Returns: 0 on success or a negative value if an error occurs.
xmlSecTransformId xmlSecGCryptTransformAes128CbcGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
AES 128 CBC encryption transform klass.
Returns: pointer to AES 128 CBC encryption transform.
xmlSecTransformId xmlSecGCryptTransformAes192CbcGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
AES 192 CBC encryption transform klass.
Returns: pointer to AES 192 CBC encryption transform.
xmlSecTransformId xmlSecGCryptTransformAes256CbcGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
AES 256 CBC encryption transform klass.
Returns: pointer to AES 256 CBC encryption transform.
xmlSecTransformId xmlSecGCryptTransformKWAes128GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The AES-128 key wrapper transform klass.
Returns: AES-128 key wrapper transform klass.
xmlSecTransformId xmlSecGCryptTransformKWAes192GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The AES-192 key wrapper transform klass.
Returns: AES-192 key wrapper transform klass.
xmlSecTransformId xmlSecGCryptTransformKWAes256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The AES-256 key wrapper transform klass.
Returns: AES-256 key wrapper transform klass.
xmlSecKeyDataId xmlSecGCryptKeyDataDesGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The DES key data klass.
Returns: DES key data klass.
int xmlSecGCryptKeyDataDesSet(xmlSecKeyDataPtr data, const xmlSecByte *buf, xmlSecSize bufSize);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of DES key data.
Parameters:
-
data— the pointer to DES key data. -
buf— the pointer to key value. -
bufSize— the key value size (in bytes).
Returns: 0 on success or a negative value if an error occurs.
xmlSecTransformId xmlSecGCryptTransformDes3CbcGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
Triple DES CBC encryption transform klass.
Returns: pointer to Triple DES encryption transform.
xmlSecTransformId xmlSecGCryptTransformKWDes3GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The Triple DES key wrapper transform klass.
Returns: Triple DES key wrapper transform klass.
xmlSecKeyDataId xmlSecGCryptKeyDataDsaGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The DSA key data klass.
Returns: pointer to DSA key data klass.
int xmlSecGCryptKeyDataDsaAdoptKey(xmlSecKeyDataPtr data, gcry_sexp_t dsa_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of DSA key data.
Parameters:
-
data— the pointer to DSA key data. -
dsa_key— the pointer to GCrypt DSA key.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptKeyDataDsaAdoptKeyPair(xmlSecKeyDataPtr data, gcry_sexp_t pub_key, gcry_sexp_t priv_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of DSA key data.
Parameters:
-
data— the pointer to DSA key data. -
pub_key— the pointer to GCrypt DSA pub key. -
priv_key— the pointer to GCrypt DSA priv key.
Returns: 0 on success or a negative value otherwise.
gcry_sexp_t xmlSecGCryptKeyDataDsaGetPublicKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt DSA public key from DSA key data.
Parameters:
-
data— the pointer to DSA key data.
Returns: pointer to GCrypt public DSA key or NULL if an error occurs.
gcry_sexp_t xmlSecGCryptKeyDataDsaGetPrivateKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt DSA private key from DSA key data.
Parameters:
-
data— the pointer to DSA key data.
Returns: pointer to GCrypt private DSA key or NULL if an error occurs.
xmlSecTransformId xmlSecGCryptTransformDsaSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The DSA-SHA1 signature transform klass.
Returns: DSA-SHA1 signature transform klass.
xmlSecKeyDataId xmlSecGCryptkeyDataEcGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The GCrypt EC key data klass.
Returns: pointer to GCrypt EC key data klass.
int xmlSecGCryptKeyDataEcAdoptKey(xmlSecKeyDataPtr data, gcry_sexp_t ec_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of EC key data.
Parameters:
-
data— the pointer to EC key data. -
ec_key— the pointer to GCrypt EC key.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptKeyDataEcAdoptKeyPair(xmlSecKeyDataPtr data, gcry_sexp_t pub_key, gcry_sexp_t priv_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of EC key data.
Parameters:
-
data— the pointer to EC key data. -
pub_key— the pointer to GCrypt EC pub key. -
priv_key— the pointer to GCrypt EC priv key.
Returns: 0 on success or a negative value otherwise.
gcry_sexp_t xmlSecGCryptKeyDataEcGetPublicKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt EC public key from EC key data.
Parameters:
-
data— the pointer to EC key data.
Returns: pointer to GCrypt public EC key or NULL if an error occurs.
gcry_sexp_t xmlSecGCryptKeyDataEcGetPrivateKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt EC private key from EC key data.
Parameters:
-
data— the pointer to EC key data.
Returns: pointer to GCrypt private EC key or NULL if an error occurs.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA1 signature transform klass.
Returns: ECDSA-SHA1 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-256 signature transform klass.
Returns: ECDSA-SHA2-256 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-384 signature transform klass.
Returns: ECDSA-SHA2-384 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA2-512 signature transform klass.
Returns: ECDSA-SHA2-512 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha3_256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-256 signature transform klass.
Returns: ECDSA-SHA3-256 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha3_384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-384 signature transform klass.
Returns: ECDSA-SHA3-384 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformEcdsaSha3_512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The ECDSA-SHA3-512 signature transform klass.
Returns: ECDSA-SHA3-512 signature transform klass.
xmlSecKeyDataId xmlSecGCryptKeyDataHmacGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC key data klass.
Returns: HMAC key data klass.
int xmlSecGCryptKeyDataHmacSet(xmlSecKeyDataPtr data, const xmlSecByte *buf, xmlSecSize bufSize);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of HMAC key data.
Parameters:
-
data— the pointer to HMAC key data. -
buf— the pointer to key value. -
bufSize— the key value size (in bytes).
Returns: 0 on success or a negative value if an error occurs.
xmlSecTransformId xmlSecGCryptTransformHmacMd5GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-MD5 transform klass.
Returns: the HMAC-MD5 transform klass.
xmlSecTransformId xmlSecGCryptTransformHmacRipemd160GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-RIPEMD160 transform klass.
Returns: the HMAC-RIPEMD160 transform klass.
xmlSecTransformId xmlSecGCryptTransformHmacSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-SHA1 transform klass.
Returns: the HMAC-SHA1 transform klass.
xmlSecTransformId xmlSecGCryptTransformHmacSha256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-SHA256 transform klass.
Returns: the HMAC-SHA256 transform klass.
xmlSecTransformId xmlSecGCryptTransformHmacSha384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-SHA384 transform klass.
Returns: the HMAC-SHA384 transform klass.
xmlSecTransformId xmlSecGCryptTransformHmacSha512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The HMAC-SHA512 transform klass.
Returns: the HMAC-SHA512 transform klass.
xmlSecKeyDataId xmlSecGCryptKeyDataRsaGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The GCrypt RSA key data klass.
Returns: pointer to GCrypt RSA key data klass.
int xmlSecGCryptKeyDataRsaAdoptKey(xmlSecKeyDataPtr data, gcry_sexp_t rsa_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of RSA key data.
Parameters:
-
data— the pointer to RSA key data. -
rsa_key— the pointer to GCrypt RSA key.
Returns: 0 on success or a negative value otherwise.
int xmlSecGCryptKeyDataRsaAdoptKeyPair(xmlSecKeyDataPtr data, gcry_sexp_t pub_key, gcry_sexp_t priv_key);Source: include/xmlsec/gcrypt/crypto.h
Sets the value of RSA key data.
Parameters:
-
data— the pointer to RSA key data. -
pub_key— the pointer to GCrypt RSA pub key. -
priv_key— the pointer to GCrypt RSA priv key.
Returns: 0 on success or a negative value otherwise.
gcry_sexp_t xmlSecGCryptKeyDataRsaGetPublicKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt RSA public key from RSA key data.
Parameters:
-
data— the pointer to RSA key data.
Returns: pointer to GCrypt public RSA key or NULL if an error occurs.
gcry_sexp_t xmlSecGCryptKeyDataRsaGetPrivateKey(xmlSecKeyDataPtr data);Source: include/xmlsec/gcrypt/crypto.h
Gets the GCrypt RSA private key from RSA key data.
Parameters:
-
data— the pointer to RSA key data.
Returns: pointer to GCrypt private RSA key or NULL if an error occurs.
xmlSecTransformId xmlSecGCryptTransformRsaMd5GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-MD5 signature transform klass.
Returns: RSA-MD5 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaRipemd160GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-RIPEMD160 signature transform klass.
Returns: RSA-RIPEMD160 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA1 signature transform klass.
Returns: RSA-SHA1 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaSha256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-256 signature transform klass.
Returns: RSA-SHA2-256 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaSha384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-384 signature transform klass.
Returns: RSA-SHA2-384 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaSha512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-SHA2-512 signature transform klass.
Returns: RSA-SHA2-512 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA1 signature transform klass.
Returns: RSA-PSS-SHA1 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-256 signature transform klass.
Returns: RSA-PSS-SHA2-256 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-384 signature transform klass.
Returns: RSA-PSS-SHA2-384 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA2-512 signature transform klass.
Returns: RSA-PSS-SHA2-512 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha3_256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-256 signature transform klass.
Returns: RSA-PSS-SHA3-256 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha3_384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-384 signature transform klass.
Returns: RSA-PSS-SHA3-384 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPssSha3_512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PSS-SHA3-512 signature transform klass.
Returns: RSA-PSS-SHA3-512 signature transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaPkcs1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-PKCS1 key transport transform klass.
Returns: RSA-PKCS1 key transport transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaOaepGetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-OAEP key transport transform klass (XMLEnc 1.0).
Returns: RSA-OAEP key transport transform klass.
xmlSecTransformId xmlSecGCryptTransformRsaOaepEnc11GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
The RSA-OAEP key transport transform klass (XMLEnc 1.1).
Returns: RSA-OAEP key transport transform klass.
xmlSecTransformId xmlSecGCryptTransformSha1GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA-1 digest transform klass.
Returns: pointer to SHA-1 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA2-256 digest transform klass.
Returns: pointer to SHA2-256 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA2-384 digest transform klass.
Returns: pointer to SHA2-384 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA2-512 digest transform klass.
Returns: pointer to SHA2-512 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha3_256GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA3-256 digest transform klass.
Returns: pointer to SHA3-256 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha3_384GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA3-384 digest transform klass.
Returns: pointer to SHA3-384 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformSha3_512GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
SHA3-512 digest transform klass.
Returns: pointer to SHA3-512 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformMd5GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
MD5 digest transform klass.
Returns: pointer to MD5 digest transform klass.
xmlSecTransformId xmlSecGCryptTransformRipemd160GetKlass(void);Source: include/xmlsec/gcrypt/crypto.h
RIPEMD160 digest transform klass.
Returns: pointer to RIPEMD160 digest transform klass.