Class ClientEncryptionService
java.lang.Object
net.datenwerke.security.service.crypto.pbe.encrypt.EncryptionServiceImpl
net.datenwerke.security.service.crypto.pbe.encrypt.ClientEncryptionService
- All Implemented Interfaces:
EncryptionService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientEncryptionService(String passphrase, String salt, int keylength, int iterations) -
Method Summary
Methods inherited from class net.datenwerke.security.service.crypto.pbe.encrypt.EncryptionServiceImpl
decryptFromHex, encrypt, encrypt
-
Field Details
-
KEY_SPEC_ALGORITHM
- See Also:
-
CIPHER_ALGORITHM
- See Also:
-
-
Constructor Details
-
ClientEncryptionService
-
-
Method Details
-
decrypt
public byte[] decrypt(byte[] ciphertextIV) - Specified by:
decryptin interfaceEncryptionService- Overrides:
decryptin classEncryptionServiceImpl
-