createAdoReq

Create an ADO from a request object.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
createAdoReq

Parameters

key PrivateKey

the private key used to sign the ADO

req EAC11Req

the request forming the body of the ADO

car ASN1Car

the CAR forming the body of the ADO, i.e. the CHR of the entity associated with the provided private key

rng RandomNumberGenerator

the rng to use

Meta