Package org.alfresco.httpclient
Class MD5EncryptionParameters
java.lang.Object
org.alfresco.httpclient.MD5EncryptionParameters
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionMD5EncryptionParameters
(String cipherAlgorithm, Long messageTimeout, String macAlgorithm) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setCipherAlgorithm
(String cipherAlgorithm) void
setMacAlgorithm
(String macAlgorithm) void
setMessageTimeout
(long messageTimeout)
-
Constructor Details
-
MD5EncryptionParameters
public MD5EncryptionParameters() -
MD5EncryptionParameters
-
-
Method Details
-
getCipherAlgorithm
-
setCipherAlgorithm
-
getMessageTimeout
public long getMessageTimeout() -
getMacAlgorithm
-
setMessageTimeout
public void setMessageTimeout(long messageTimeout) -
setMacAlgorithm
-