public class TrivialCrypt extends AbstractCrypt
| Constructor and Description |
|---|
TrivialCrypt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
crypt(byte[] input,
int mode)
Crypts the given byte array
|
decryptUrlSafe, encryptUrlSafe, getKey, setKeyprotected byte[] crypt(byte[] input,
int mode)
throws GeneralSecurityException
AbstractCryptcrypt in class AbstractCryptinput - byte array to be cryptedmode - crypt modeGeneralSecurityExceptionAbstractCrypt.crypt(byte[], int)Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.