KeyBundle 类
定义
A KeyBundle consisting of a WebKey plus its attributes.
public class KeyBundle
- 继承
-
java.lang.ObjectKeyBundle
方法
attributes() |
Get the attributes value.
|
key() |
Get the key value.
|
keyIdentifier() |
The key identifier. |
managed() |
Get the managed value.
|
tags() |
Get the tags value.
|
toString() | |
withAttributes(KeyAttributes attributes) |
Set the attributes value.
|
withKey(JsonWebKey key) |
Set the key value.
|
withTags(Map<String, String> tags) |
Set the tags value.
|