public class SSHPublicKey extends Object
Constructor and Description |
---|
SSHPublicKey(String id,
PublicKey key) |
SSHPublicKey(String id,
PublicKey key,
KeyMetaData metaData) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the logic id of the
SSHPublicKey |
PublicKey |
getKey()
Gets the real
PublicKey |
KeyMetaData |
getMetaData()
Gets the
KeyMetaData of the SSHPublicKey |
public SSHPublicKey(String id, PublicKey key, KeyMetaData metaData)
public String getId()
SSHPublicKey
public KeyMetaData getMetaData()
KeyMetaData
of the SSHPublicKey
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.