Class EncryptorImpl
- java.lang.Object
-
- org.identityconnectors.common.security.impl.EncryptorImpl
-
-
Constructor Summary
Constructors Constructor Description EncryptorImpl(boolean defaultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decrypt(byte[] bytes)
Decrypts the given byte array.byte[]
encrypt(byte[] bytes)
Encrypts the given byte array.
-
-
-
Method Detail
-
decrypt
public byte[] decrypt(byte[] bytes)
Description copied from interface:Encryptor
Decrypts the given byte array.
-
-