public class OpenSSHPublicKeySpec
extends java.security.spec.EncodedKeySpec
| Constructor and Description |
|---|
OpenSSHPublicKeySpec(byte[] encodedKey)
Construct and instance and determine the OpenSSH public key type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat() |
java.lang.String |
getType()
The type of OpenSSH public key.
|