Java org.apache.commons.ssl OpenSSL fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.ssl OpenSSL fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.ssl OpenSSL.

The text is from its open source code.

Method

byte[]decrypt(String cipher, char[] pwd, byte[] encrypted)
Decrypts data using a password and an OpenSSL compatible cipher name.
InputStreamdecrypt(String cipher, char[] pwd, InputStream encrypted)
Decrypts data using a password and an OpenSSL compatible cipher name.
byte[]encrypt(String cipher, char[] pwd, byte[] data)
Encrypts data using a password and an OpenSSL compatible cipher name.
InputStreamencrypt(String cipher, char[] pwd, InputStream data)
Encrypts data using a password and an OpenSSL compatible cipher name.