Package com.cybersource.authsdk.cache
Class Identity
java.lang.Object
com.cybersource.authsdk.cache.Identity
POJO class for caching X509Certificate, lastModified KeyFile time and private
key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetX509()voidsetLastModifiedDate(long lastModifiedDate) voidsetRsaPrivateKey(RSAPrivateKey privateKey) voidsetX509(X509Certificate x509)
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
getLastModifiedDate
public long getLastModifiedDate() -
setLastModifiedDate
public void setLastModifiedDate(long lastModifiedDate) -
getRsaPrivateKey
-
setRsaPrivateKey
-
getX509
-
setX509
-