ASN1OctetString.getInstance(sParams).getOctets()));
} catch (GeneralSecurityException e) {
throw new CMSException("Could not create DES cipher", e);
}
return new RecipientOperator(new InputDecryptor() {
public AlgorithmIdentifier getAlgorithmIdentifier() {
return contentEncryptionAlgorithm;
}
public InputStream getInputStream(InputStream dataIn) {