X.509 SIGNED Object
This class represents abstract X.509 signed objects as in the X.500 SIGNED macro
The underlying data that is to be or was signed
Create a signed X509 object.
| PKSigner signer | the signer used to sign the object | 
| RandomNumberGenerator rng | the random number generator to use | 
| AlgorithmIdentifier algo | the algorithm identifier of the signature scheme | 
| Vector!(ubyte, ALLOC) tbs_bits | the tbs bits to be signed | 
Check the signature on this data
| PublicKey pub_key | the public key purportedly used to sign this data |