createCVCReqImplicitca

Create a CVC request. The key encoding will be implicitCA.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
createCVCReqImplicitca

Parameters

prkey 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

a random number generator

Return Value

Type: EAC11Req

the new request

Meta