public class KeyMetaData extends Object
SSHPublicKey
Constructor and Description |
---|
KeyMetaData() |
KeyMetaData(String name,
Date creationDate) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Gets the creation date of the
SSHPublicKey |
Date |
getLastTimeUsed()
Gets the last
Date the SSHPublicKey was used |
String |
getName()
Gets the key name
|
void |
setLastTimeUsed(Date lastTimeUsed)
Sets the last
Date the SSHPublicKey was used |
public String getName()
public Date getCreationDate()
SSHPublicKey
public Date getLastTimeUsed()
Date
the SSHPublicKey
was usedpublic void setLastTimeUsed(Date lastTimeUsed)
Date
the SSHPublicKey
was usedCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.