AttestorPublicKey constructor
AttestorPublicKey({
- String? asciiArmoredPgpPublicKey,
- String? comment,
- String? id,
- PkixPublicKey? pkixPublicKey,
Implementation
AttestorPublicKey({
this.asciiArmoredPgpPublicKey,
this.comment,
this.id,
this.pkixPublicKey,
});