Package org.openiam.util.encrypt
Class AbstractCryptor
- java.lang.Object
-
- org.openiam.util.encrypt.AbstractCryptor
-
- All Implemented Interfaces:
Cryptor
- Direct Known Subclasses:
AESCryptor
public abstract class AbstractCryptor extends Object implements Cryptor
Created by Alexander Dukkardt on 2017-05-29.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractCryptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
decode(byte[] input)
protected byte[]
decode(String input)
protected String
encode(byte[] data)
protected byte[]
encodeToBytes(byte[] data)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.util.encrypt.Cryptor
decodeToByte, decrypt, encrypt, encryptToByte
-
-