| Package | Description |
|---|---|
| org.tomitribe.churchkey |
| Modifier and Type | Method and Description |
|---|---|
Key.Type |
Key.getType() |
static Key.Type |
Key.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key.Type[] |
Key.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.