Java org.bouncycastle.operator InputDecryptor fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.operator InputDecryptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.operator InputDecryptor.

The text is from its open source code.

Method

InputStreamgetInputStream(InputStream encIn)
Wrap the passed in input stream encIn, returning an input stream that decrypts what it reads from encIn before returning it.