signRequest

Sign a CVC request.

static if(BOTAN_HAS_CARD_VERIFIABLE_CERTIFICATES)
signRequest

Parameters

signer_cert EAC11CVC

the certificate of the signing entity

key PrivateKey

the private key of the signing entity

signee EAC11Req

the request to be signed

seqnr uint

the sequence number of the certificate to be created

seqnr_len uint

the number of digits the sequence number will be encoded in

domestic bool

indicates whether to sign a domestic or a foreign certificate. Set to true for domestic

dvca_validity_months uint

validity period in months

ca_is_validity_months uint

validity period in months

rng RandomNumberGenerator

a random number generator

Return Value

Type: EAC11CVC

the new certificate

Meta