createCvcReq

Create a CVC request. The key encoding will be according to the provided private key.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
createCvcReq

Parameters

key PrivateKey

the private key associated with the requesting entity

chr ASN1Chr

the chr to appear in the certificate (to be provided without sequence number)

hash_alg string

the string defining the hash algorithm to be used for the creation of the signature

rng RandomNumberGenerator

the rng to use

Return Value

Type: EAC11Req

the new request

Meta