public class Identity
extends java.lang.Object
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModifiedDate() |
java.security.interfaces.RSAPrivateKey |
getRsaPrivateKey() |
java.security.cert.X509Certificate |
getX509() |
void |
setLastModifiedDate(long lastModifiedDate) |
void |
setRsaPrivateKey(java.security.interfaces.RSAPrivateKey privateKey) |
void |
setX509(java.security.cert.X509Certificate x509) |
public long getLastModifiedDate()
public void setLastModifiedDate(long lastModifiedDate)
public java.security.interfaces.RSAPrivateKey getRsaPrivateKey()
public void setRsaPrivateKey(java.security.interfaces.RSAPrivateKey privateKey)
public java.security.cert.X509Certificate getX509()
public void setX509(java.security.cert.X509Certificate x509)
Copyright © 2022. All Rights Reserved.