Class SecureVaultCacheContext
- java.lang.Object
-
- org.wso2.carbon.mediation.security.vault.SecureVaultCacheContext
-
public class SecureVaultCacheContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SecureVaultCacheContext(Date dateTime, String decryptedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDateTime()
String
getDecryptedValue()
void
setDateTime(Date dateTime)
void
setDecryptedValue(String decryptedValue)
-