org.alfresco.httpclient
Class MD5EncryptionParameters

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

public class MD5EncryptionParameters
extends java.lang.Object

Since:
4.0

Constructor Summary
MD5EncryptionParameters()
           
MD5EncryptionParameters(java.lang.String cipherAlgorithm, java.lang.Long messageTimeout, java.lang.String macAlgorithm)
           
 
Method Summary
 java.lang.String getCipherAlgorithm()
           
 java.lang.String getMacAlgorithm()
           
 long getMessageTimeout()
           
 void setCipherAlgorithm(java.lang.String cipherAlgorithm)
           
 void setMacAlgorithm(java.lang.String macAlgorithm)
           
 void setMessageTimeout(long messageTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5EncryptionParameters

public MD5EncryptionParameters()

MD5EncryptionParameters

public MD5EncryptionParameters(java.lang.String cipherAlgorithm,
                               java.lang.Long messageTimeout,
                               java.lang.String macAlgorithm)
Method Detail

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.