createCvca

Create a CVCA certificate.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
createCvca

Parameters

key PrivateKey

the private key associated with the CVCA certificate to be created

hash string

the string identifying the hash algorithm to be used for signing the certificate to be created

car ASN1Car

the CAR of the certificate to be created

iris bool

indicates whether the entity associated with the certificate shall be entitled to read the biometrical iris image

fingerpr bool

indicates whether the entity associated with the certificate shall be entitled to read the biometrical fingerprint image

cvca_validity_months uint

length of time in months this will be valid

rng RandomNumberGenerator

a random number generator

Return Value

Type: EAC11CVC

the CVCA certificate created

Meta