public class ConsumerKeyDTO extends Object
Constructor and Description |
---|
ConsumerKeyDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getDecryptedConsumerKey() |
String |
getEncryptedConsumerKey() |
void |
setDecryptedConsumerKey(String decryptedConsumerKey) |
void |
setEncryptedConsumerKey(String encryptedConsumerKey) |
public String getEncryptedConsumerKey()
public void setEncryptedConsumerKey(String encryptedConsumerKey)
public String getDecryptedConsumerKey()
public void setDecryptedConsumerKey(String decryptedConsumerKey)
Copyright © 2024 WSO2. All rights reserved.