public class Identity extends Object
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModifiedDate() |
X509Certificate |
getMleCert() |
RSAPrivateKey |
getRsaPrivateKey() |
X509Certificate |
getX509() |
void |
setLastModifiedDate(long lastModifiedDate) |
void |
setMleCert(X509Certificate mleCert) |
void |
setRsaPrivateKey(RSAPrivateKey privateKey) |
void |
setX509(X509Certificate x509) |
public X509Certificate getMleCert()
public void setMleCert(X509Certificate mleCert)
public long getLastModifiedDate()
public void setLastModifiedDate(long lastModifiedDate)
public RSAPrivateKey getRsaPrivateKey()
public void setRsaPrivateKey(RSAPrivateKey privateKey)
public X509Certificate getX509()
public void setX509(X509Certificate x509)
Copyright © 2026. All rights reserved.