public class Key
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Key.Algorithm |
static class |
Key.Format |
static class |
Key.Type |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Key.Algorithm |
getAlgorithm() |
java.lang.String |
getAttribute(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes() |
Key.Format |
getFormat() |
java.security.Key |
getKey() |
Key.Type |
getType() |
public Key(java.security.Key key,
Key.Type type,
Key.Algorithm algorithm,
Key.Format format)
public Key(java.security.Key key,
Key.Type type,
Key.Algorithm algorithm,
Key.Format format,
java.util.Map<java.lang.String,java.lang.String> attributes)
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public java.lang.String getAttribute(java.lang.String name)
public java.security.Key getKey()
public Key.Type getType()
public Key.Algorithm getAlgorithm()
public Key.Format getFormat()
Copyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.