KeyImportParameters 类
定义
The key import parameters.
public class KeyImportParameters
- 继承
-
java.lang.ObjectKeyImportParameters
方法
hsm() |
Get the hsm value.
|
key() |
Get the key value.
|
keyAttributes() |
Get the keyAttributes value.
|
tags() |
Get the tags value.
|
withHsm(Boolean hsm) |
Set the hsm value.
|
withKey(JsonWebKey key) |
Set the key value.
|
withKeyAttributes(KeyAttributes keyAttributes) |
Set the keyAttributes value.
|
withTags(Map<String, String> tags) |
Set the tags value.
|