public class Key extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Optional<String> |
keyId |
protected KeyType |
keyType |
| Constructor and Description |
|---|
Key() |
Key(Optional<String> keyId,
KeyType keyType,
Use use) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getKeyId() |
KeyType |
getKeyType() |
Use |
getUse() |
void |
setKeyId(Optional<String> keyId) |
void |
setKeyType(KeyType keyType) |
void |
setUse(Use use) |
Copyright © 2015. All rights reserved.