public static enum Key.Format extends java.lang.Enum<Key.Format>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Key.Format.Parser |
| Modifier and Type | Method and Description |
|---|---|
Key |
decode(byte[] bytes) |
byte[] |
encode(Key key) |
static Key.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Key.Format JWK
public static final Key.Format OPENSSH
public static final Key.Format SSH2
public static final Key.Format PEM
public static Key.Format[] values()
for (Key.Format c : Key.Format.values()) System.out.println(c);
public static Key.Format valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte[] encode(Key key)
public Key decode(byte[] bytes)
Copyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.