| Package | Description |
|---|---|
| org.tomitribe.churchkey | |
| org.tomitribe.churchkey.jwk | |
| org.tomitribe.churchkey.pem | |
| org.tomitribe.churchkey.ssh |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Keys.decode(byte[] bytes) |
Key |
Key.Format.decode(byte[] bytes) |
Key |
Key.Format.Parser.decode(byte[] bytes) |
Key |
Decoder.decode(byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Keys.encode(Key key) |
byte[] |
Key.Format.encode(Key key) |
byte[] |
Key.Format.Parser.encode(Key key) |
byte[] |
Encoder.encode(Key key) |
static byte[] |
Keys.encode(Key key,
Key.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Key |
JwkParser.decode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JwkParser.encode(Key key) |
| Modifier and Type | Method and Description |
|---|---|
Key |
PemParser.decode(byte[] bytes) |
Key |
PemParser.PemDecoder.decode(byte[] key) |
static Key |
BeginRsaPublicKey.decode(byte[] bytes) |
static Key |
BeginRsaPrivateKey.decode(byte[] bytes) |
static Key |
BeginPublicKey.decode(byte[] bytes) |
static Key |
BeginPrivateKey.decode(byte[] bytes) |
static Key |
BeginDsaPrivateKey.decode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PemParser.encode(Key key) |
static byte[] |
BeginRsaPublicKey.encode(Key key) |
static byte[] |
BeginRsaPrivateKey.encode(Key key) |
static byte[] |
BeginPublicKey.encode(Key key) |
static byte[] |
BeginPrivateKey.encode(Key key) |
static byte[] |
BeginDsaPrivateKey.encode(Key key) |
| Modifier and Type | Method and Description |
|---|---|
Key |
SSH2Parser.decode(byte[] bytes) |
Key |
SSH2Parser.Ssh2PublicKeyDecoder.decode(byte[] key) |
Key |
OpenSSHParser.decode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SSH2Parser.encode(Key key) |
byte[] |
OpenSSHParser.encode(Key key) |
Copyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.