public class OpenSSHParser extends java.lang.Object implements Key.Format.Parser
| Constructor and Description |
|---|
OpenSSHParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
base64(byte[] src) |
Key |
decode(byte[] bytes) |
byte[] |
encode(Key key) |
public byte[] encode(Key key)
encode in interface Key.Format.Parserpublic Key decode(byte[] bytes)
decode in interface Key.Format.Parserpublic static java.lang.String base64(byte[] src)
Copyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.