ASN1CertBag.forX509Certificate constructor
ASN1CertBag.forX509Certificate(
- ASN1OctetString certValue
Constructor to create the CertBag for a X509 Certificate.
Implementation
ASN1CertBag.forX509Certificate(ASN1OctetString this.certValue) {
certId =
ASN1ObjectIdentifier.fromIdentifierString('1.2.840.113549.1.9.22.1');
}