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