public class SSH2Parser extends java.lang.Object implements Key.Format.Parser
| Modifier and Type | Class and Description |
|---|---|
static class |
SSH2Parser.Ssh2PublicKeyDecoder |
| Constructor and Description |
|---|
SSH2Parser() |
| Modifier and Type | Method and Description |
|---|---|
Key |
decode(byte[] bytes) |
byte[] |
encode(Key key) |
public Key decode(byte[] bytes)
decode in interface Key.Format.Parserpublic byte[] encode(Key key)
encode in interface Key.Format.ParserCopyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.