Package com.cybersource.authsdk.cache
Class CachedJWEPrivateKey
java.lang.Object
com.cybersource.authsdk.cache.CachedJWEPrivateKey
POJO class for caching PEM Private Key, lastModified KeyFile for jwe decryption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetLastModifiedTimeStamp(long lastModifiedTimeStamp) voidsetPrivateKey(PrivateKey privateKey)
-
Constructor Details
-
CachedJWEPrivateKey
public CachedJWEPrivateKey()
-
-
Method Details
-
getPrivateKey
-
setPrivateKey
-
getLastModifiedTimeStamp
public long getLastModifiedTimeStamp() -
setLastModifiedTimeStamp
public void setLastModifiedTimeStamp(long lastModifiedTimeStamp)
-