| Package | Description |
|---|---|
| org.tomitribe.churchkey |
| Modifier and Type | Method and Description |
|---|---|
Key.Algorithm |
Key.getAlgorithm() |
static Key.Algorithm |
Key.Algorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key.Algorithm[] |
Key.Algorithm.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.