ASN1SubjectPublicKeyInfo constructor

ASN1SubjectPublicKeyInfo(
  1. ASN1AlgorithmIdentifier algorithm,
  2. ASN1BitString subjectPublicKey
)

Implementation

ASN1SubjectPublicKeyInfo(
  this.algorithm,
  this.subjectPublicKey,
);