public class TrivialCrypt extends AbstractCrypt
| Constructor and Description |
|---|
TrivialCrypt() |
| 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 modeGeneralSecurityExceptionCopyright © 2006–2021 Apache Software Foundation. All rights reserved.