public class SimpleBaseDecryptor extends BaseDecryptor<Integer,Integer>
cipher| Constructor and Description |
|---|
SimpleBaseDecryptor(String privateKey) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
decrypt(Integer encypted)
Decrypt the given encrypted object.
|
newOperationModenewAlgorithm, newAlgorithmParameterSpec, newCipher, newCipher, newCipher, newIterationCount, newKeySpec, newSalt, newSecretKeyFactory, onInitializepublic SimpleBaseDecryptor(String privateKey) throws InvalidKeyException, NoSuchAlgorithmException, InvalidKeySpecException, NoSuchPaddingException, InvalidAlgorithmParameterException, UnsupportedEncodingException
public Integer decrypt(Integer encypted) throws Exception
GenericDecryptorencypted - The object to decrypt.Exception - is thrown if decryption fails.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.