Botan

EAC11 CVC Request

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  EAC11ReqImpl: botan.cert.cvc.cvc_gen_cert.EAC11genCVC!( EAC11ReqImpl).EAC11genCVC, botan.cert.cvc.signed_obj.SignedObject;

This class represents TR03110 v1.1 EAC CV Certificate Requests.


const bool  opEquals(in EAC11Req rhs);

Compare for equality with other

Parameters
EAC11Req rhs compare for equality with this object

this(DataSource source);

Construct a CVC request from a data source.

Parameters
DataSource source the data source

this(in string str);

Construct a CVC request from a DER encoded CVC request file.

Parameters
string str the path to the DER encoded file