Class StandardCipherUtility

java.lang.Object
dev.getelements.elements.service.util.StandardCipherUtility
All Implemented Interfaces:
dev.getelements.elements.sdk.service.util.CipherUtility

public class StandardCipherUtility extends Object implements dev.getelements.elements.sdk.service.util.CipherUtility
  • Field Summary

    Fields inherited from interface dev.getelements.elements.sdk.service.util.CipherUtility

    STANDARD_ENCODING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getCipher(dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm)
     

    Methods 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

      public Cipher getCipher(dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm)
      Specified by:
      getCipher in interface dev.getelements.elements.sdk.service.util.CipherUtility