/**
* Constructor that builds the data structure
*/
public X509Certificate() {
Certificate_ = new ASN1Sequence(3);
tbsCertificate_ = new X509TBSCertificate();
Certificate_.add(tbsCertificate_);
signatureAlgorithm_ = new codec.x509.AlgorithmIdentifier();