public class MD5EncryptionParameters
extends java.lang.Object
Constructor and Description |
---|
MD5EncryptionParameters() |
MD5EncryptionParameters(java.lang.String cipherAlgorithm,
java.lang.Long messageTimeout,
java.lang.String macAlgorithm) |
Modifier and Type | Method and Description |
---|---|
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) |
public MD5EncryptionParameters()
public MD5EncryptionParameters(java.lang.String cipherAlgorithm, java.lang.Long messageTimeout, java.lang.String macAlgorithm)
public java.lang.String getCipherAlgorithm()
public void setCipherAlgorithm(java.lang.String cipherAlgorithm)
public long getMessageTimeout()
public java.lang.String getMacAlgorithm()
public void setMessageTimeout(long messageTimeout)
public void setMacAlgorithm(java.lang.String macAlgorithm)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.