} catch (IOException e) {
throw new InconsistentStateException("Caught IOException!");
} catch (ASN1Exception e) {
throw new InconsistentStateException("Caught ASN1Exception!");
}
encodedKey_ = new ASN1OctetString(code);
add(encodedKey_);
attributes_ = new ASN1Set();
add(new ASN1TaggedType(0, attributes_, false, true));
}