ASN1CertBag constructor

ASN1CertBag(
  1. ASN1ObjectIdentifier certId,
  2. ASN1Object certValue
)

Implementation

ASN1CertBag(this.certId, this.certValue);