ASN1SubjectPublicKeyInfo constructor
ASN1SubjectPublicKeyInfo(
- ASN1AlgorithmIdentifier algorithm,
- ASN1BitString subjectPublicKey
Implementation
ASN1SubjectPublicKeyInfo(
this.algorithm,
this.subjectPublicKey,
);