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

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

Introduction

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

The text is from its open source code.

Method

AlgorithmIdentifiergetAlgorithmIdentifier()
Return the algorithm identifier describing the encryption algorithm and parameters this encryptor uses.
GenericKeygetKey()
Return the key used for encrypting the output.
OutputStreamgetOutputStream(OutputStream encOut)
Wrap the passed in output stream encOut, returning an output stream that encrypts anything passed in before sending on to encOut.