* the raw algorithm that belongs to the given key.
* @param key
* The raw key that shall be wrapped in this instance.
*/
public PrivateKeyInfo(AlgorithmIdentifier aid, byte[] key) {
version_ = new ASN1Integer(VERSION);
add(version_);
algorithm_ = aid;
add(algorithm_);