Class MD5EncryptionParameters

java.lang.Object
org.alfresco.httpclient.MD5EncryptionParameters

public class MD5EncryptionParameters extends Object
Since:
4.0
  • Constructor Details

    • MD5EncryptionParameters

      public MD5EncryptionParameters()
    • MD5EncryptionParameters

      public MD5EncryptionParameters(String cipherAlgorithm, Long messageTimeout, String macAlgorithm)
  • Method Details

    • getCipherAlgorithm

      public String getCipherAlgorithm()
    • setCipherAlgorithm

      public void setCipherAlgorithm(String cipherAlgorithm)
    • getMessageTimeout

      public long getMessageTimeout()
    • getMacAlgorithm

      public String getMacAlgorithm()
    • setMessageTimeout

      public void setMessageTimeout(long messageTimeout)
    • setMacAlgorithm

      public void setMacAlgorithm(String macAlgorithm)