public class SymmetricKey extends Key
| Constructor | Description |
|---|---|
SymmetricKey(java.util.Optional<java.lang.String> keyId,
java.lang.String key,
Use use) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getKey() |
|
void |
setKey(java.lang.String key) |
getKeyId, getKeyType, getUse, setKeyId, setKeyType, setUsepublic SymmetricKey(java.util.Optional<java.lang.String> keyId,
java.lang.String key,
Use use)