throw new NoSuchAlgorithmException(
"Cannot resolve signature algorithm!");
}
try {
dAlg_ = new AlgorithmIdentifier(new ASN1ObjectIdentifier(d),
new ASN1Null());
cAlg_ = new AlgorithmIdentifier(new ASN1ObjectIdentifier(c),
new ASN1Null());
} catch (ASN1Exception e) {
throw new InconsistentStateException(e);
}
/* Digest Algorithm Identifier */
add(dAlg_);