public class SiteMachineKey extends Object
Constructor and Description |
---|
SiteMachineKey() |
Modifier and Type | Method and Description |
---|---|
String |
decryption()
Get algorithm used for decryption.
|
String |
decryptionKey()
Get decryption key.
|
String |
validation()
Get machineKey validation.
|
String |
validationKey()
Get validation key.
|
SiteMachineKey |
withDecryption(String decryption)
Set algorithm used for decryption.
|
SiteMachineKey |
withDecryptionKey(String decryptionKey)
Set decryption key.
|
SiteMachineKey |
withValidation(String validation)
Set machineKey validation.
|
SiteMachineKey |
withValidationKey(String validationKey)
Set validation key.
|
public String validation()
public SiteMachineKey withValidation(String validation)
validation
- the validation value to setpublic String validationKey()
public SiteMachineKey withValidationKey(String validationKey)
validationKey
- the validationKey value to setpublic String decryption()
public SiteMachineKey withDecryption(String decryption)
decryption
- the decryption value to setpublic String decryptionKey()
public SiteMachineKey withDecryptionKey(String decryptionKey)
decryptionKey
- the decryptionKey value to setCopyright © 2019. All rights reserved.