EAC11 general CVC
This class represents TR03110 (EAC) v1.1 generalized CV Certificates
Get this certificates public key.
Find out whether this object is self signed.
Get the CHR of the certificate.
Put the DER encoded version of this object into a pipe. PEM is not supported.
Pipe output | the pipe to push the DER encoded version into |
X509Encoding encoding | the encoding to use. Must be DER. |
Get the to-be-signed (TBS) data of this object.
Build the DER encoded certifcate body of an object
Vector!(ubyte, ALLOC) tbs | the data to be signed |
Create a signed generalized CVC object.
PKSigner signer | the signer used to sign this object |
Vector!(ubyte, ALLOC) tbs_bits | the body the generalized CVC object to be signed |
RandomNumberGenerator rng | a random number generator |