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 theCipherinstance used to operateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.service.util.CipherUtility
decryptString, encrypt
-
Constructor Details
-
StandardCipherUtility
public StandardCipherUtility()
-
-
Method Details
-
getCipher
Description copied from interface:CipherUtilityGets theCipherinstance used to operate- Specified by:
getCipherin interfaceCipherUtility- Parameters:
privateKeyCrytpoAlgorithm-- Returns:
-