org.alfresco.httpclient
Class MD5EncryptionParameters
java.lang.Object
org.alfresco.httpclient.MD5EncryptionParameters
public class MD5EncryptionParameters
- extends java.lang.Object
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5EncryptionParameters
public MD5EncryptionParameters()
MD5EncryptionParameters
public MD5EncryptionParameters(java.lang.String cipherAlgorithm,
java.lang.Long messageTimeout,
java.lang.String macAlgorithm)
getCipherAlgorithm
public java.lang.String getCipherAlgorithm()
setCipherAlgorithm
public void setCipherAlgorithm(java.lang.String cipherAlgorithm)
getMessageTimeout
public long getMessageTimeout()
getMacAlgorithm
public java.lang.String getMacAlgorithm()
setMessageTimeout
public void setMessageTimeout(long messageTimeout)
setMacAlgorithm
public void setMacAlgorithm(java.lang.String macAlgorithm)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.