seq.add(serial_);
add(seq);
/* Digest Algorithm Identifier */
dAlg_ = new AlgorithmIdentifier();
add(dAlg_);
/* Authenticated Attributes */
auth_ = new Attributes(registry);
add(new ASN1TaggedType(0, auth_, false, true));
/* Digest Encryption Algorithm Identifier */
cAlg_ = new AlgorithmIdentifier();
add(cAlg_);
/* Encrypted Digest */
edig_ = new ASN1OctetString();
add(edig_);