Java org.apache.commons.crypto.cipher CryptoCipherFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.crypto.cipher CryptoCipherFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.crypto.cipher CryptoCipherFactory.

The text is from its open source code.

Field

StringJCE_PROVIDER_KEY
The configuration key of the provider class for JCE cipher.
StringCLASSES_KEY
The configuration key of the CryptoCipher implementation class.

Method

CryptoCiphergetCryptoCipher(String transformation, Properties props)
Gets a cipher instance for specified algorithm/mode/padding.