public class KeyBundle extends Object
| Constructor and Description |
|---|
KeyBundle() |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
attributes()
Get the attributes value.
|
JsonWebKey |
key()
Get the key value.
|
KeyIdentifier |
keyIdentifier()
The key identifier.
|
Boolean |
managed()
Get the managed value.
|
Map<String,String> |
tags()
Get the tags value.
|
String |
toString() |
KeyBundle |
withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyBundle |
withKey(JsonWebKey key)
Set the key value.
|
KeyBundle |
withTags(Map<String,String> tags)
Set the tags value.
|
public JsonWebKey key()
public KeyBundle withKey(JsonWebKey key)
key - the key value to setpublic KeyAttributes attributes()
public KeyBundle withAttributes(KeyAttributes attributes)
attributes - the attributes value to setpublic KeyBundle withTags(Map<String,String> tags)
tags - the tags value to setpublic Boolean managed()
public KeyIdentifier keyIdentifier()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/