Package org.alfresco.httpclient
Class MD5EncryptionParameters
- java.lang.Object
-
- org.alfresco.httpclient.MD5EncryptionParameters
-
public class MD5EncryptionParameters extends Object
- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description MD5EncryptionParameters()
MD5EncryptionParameters(String cipherAlgorithm, Long messageTimeout, String macAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCipherAlgorithm()
String
getMacAlgorithm()
long
getMessageTimeout()
void
setCipherAlgorithm(String cipherAlgorithm)
void
setMacAlgorithm(String macAlgorithm)
void
setMessageTimeout(long messageTimeout)
-
-
-
Method Detail
-
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)
-
-