Searched refs:InputDecryptor (Results 1 – 2 of 2) sorted by relevance
6 import org.bouncycastle.operator.InputDecryptor;15 public RecipientOperator(InputDecryptor decryptor) in RecipientOperator()29 if (operator instanceof InputDecryptor) in getInputStream()31 return ((InputDecryptor)operator).getInputStream(dataIn); in getInputStream()
11 public interface InputDecryptor interface