ASN1CertBag.forSdsiCertificate constructor

ASN1CertBag.forSdsiCertificate(
  1. ASN1IA5String certValue
)

Constructor to create the CertBag for a SDSI Certificate.

Implementation

ASN1CertBag.forSdsiCertificate(ASN1IA5String this.certValue) {
  certId =
      ASN1ObjectIdentifier.fromIdentifierString('1.2.840.113549.1.9.22.2');
}