public class CachedJWEPrivateKey
extends java.lang.Object
| Constructor and Description |
|---|
CachedJWEPrivateKey() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModifiedTimeStamp() |
java.security.PrivateKey |
getPrivateKey() |
void |
setLastModifiedTimeStamp(long lastModifiedTimeStamp) |
void |
setPrivateKey(java.security.PrivateKey privateKey) |
public java.security.PrivateKey getPrivateKey()
public void setPrivateKey(java.security.PrivateKey privateKey)
public long getLastModifiedTimeStamp()
public void setLastModifiedTimeStamp(long lastModifiedTimeStamp)
Copyright © 2023. All Rights Reserved.