public class Keys
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Key |
decode(byte[] bytes) |
static byte[] |
encode(Key key) |
static byte[] |
encode(Key key,
Key.Format format) |
static java.security.PublicKey |
readPublicKey(byte[] bytes) |
public static Key decode(byte[] bytes)
public static byte[] encode(Key key)
public static byte[] encode(Key key, Key.Format format)
public static java.security.PublicKey readPublicKey(byte[] bytes)
Copyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.