linkCvca

Create a link certificate between two CVCA certificates. The key encoding will be implicitCA.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
linkCvca

Parameters

signer EAC11CVC

the cvca certificate associated with the signing entity

key PrivateKey

the private key associated with the signer

signee EAC11CVC

the certificate which whose CAR/CHR will be the holder of the link certificate

rng RandomNumberGenerator

a random number generator

Meta