Class StandardCipherUtility
java.lang.Object
dev.getelements.elements.service.util.StandardCipherUtility
- All Implemented Interfaces:
CipherUtility
-
Field Summary
Fields inherited from interface dev.getelements.elements.sdk.service.util.CipherUtility
STANDARD_ENCODING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCipher
(PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm) Gets theCipher
instance used to operateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.service.util.CipherUtility
decryptString, encrypt
-
Constructor Details
-
StandardCipherUtility
public StandardCipherUtility()
-
-
Method Details
-
getCipher
Description copied from interface:CipherUtility
Gets theCipher
instance used to operate- Specified by:
getCipher
in interfaceCipherUtility
- Parameters:
privateKeyCrytpoAlgorithm
-- Returns:
-