| Package | Description |
|---|---|
| org.tomitribe.churchkey |
| Modifier and Type | Method and Description |
|---|---|
Key.Format |
Key.getFormat() |
static Key.Format |
Key.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key.Format[] |
Key.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Keys.encode(Key key,
Key.Format format) |
| Constructor and Description |
|---|
Key(java.security.Key key,
Key.Type type,
Key.Algorithm algorithm,
Key.Format format) |
Key(java.security.Key key,
Key.Type type,
Key.Algorithm algorithm,
Key.Format format,
java.util.Map<java.lang.String,java.lang.String> attributes) |
Copyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.