public class MD5EncryptionParameters extends Object
Constructor and Description |
---|
MD5EncryptionParameters() |
MD5EncryptionParameters(String cipherAlgorithm,
Long messageTimeout,
String macAlgorithm) |
Modifier and Type | Method and Description |
---|---|
String |
getCipherAlgorithm() |
String |
getMacAlgorithm() |
long |
getMessageTimeout() |
void |
setCipherAlgorithm(String cipherAlgorithm) |
void |
setMacAlgorithm(String macAlgorithm) |
void |
setMessageTimeout(long messageTimeout) |
public String getCipherAlgorithm()
public void setCipherAlgorithm(String cipherAlgorithm)
public long getMessageTimeout()
public String getMacAlgorithm()
public void setMessageTimeout(long messageTimeout)
public void setMacAlgorithm(String macAlgorithm)
Copyright © 2005–2016 Alfresco Software. All rights reserved.