public interface SshPublicKey
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Get the public key algorithm used.
|
int |
getBitLength()
Get the key bit length.
|
byte[] |
getEncodedKey()
Get the encoded key bytes.
|
java.lang.String |
getFingerprint()
Get the key fingerprint.
|
byte[] getEncodedKey()
throws SshException
SshExceptionjava.lang.String getAlgorithm()
SshConfiguration.PUBLIC_KEY_SSHDSA,
SshConfiguration.PUBLIC_KEY_SSHRSAjava.lang.String getFingerprint()
throws SshException
SshExceptionint getBitLength()
Copyright © 2018. All rights reserved.