createSelfSignedCert

Create a selfsigned CVCA

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
createSelfSignedCert

Parameters

key PrivateKey

the ECDSA private key to be used to sign the certificate

opt EAC11CVCOptions

used to set several parameters. Necessary are: car, holder_auth_templ, hash_alg, ced, cex and hash_alg

rng RandomNumberGenerator

the rng to use

Return Value

Type: EAC11CVC

the self signed certificate

Meta