public class OpenSSHPublicKeySpec extends EncodedKeySpec
| Constructor and Description |
|---|
OpenSSHPublicKeySpec(byte[] encodedKey)
Construct and instance and determine the OpenSSH public key type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
String |
getType()
The type of OpenSSH public key.
|
getEncodedpublic OpenSSHPublicKeySpec(byte[] encodedKey)
It does not validate the key beyond identifying the type.
encodedKey - public String getFormat()
getFormat in class EncodedKeySpecpublic String getType()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.