public abstract class Key extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Key.DeletedKeyBundle |
static class |
Key.JsonWebKey |
static class |
Key.KeyAttributes |
static class |
Key.KeyBundle |
static class |
Key.KeyOperationResult |
Modifier and Type | Method and Description |
---|---|
abstract Key.KeyAttributes |
attributes() |
static Key |
create(String kid,
Key.KeyAttributes attributes,
boolean managed,
Map<String,String> tags) |
abstract String |
kid() |
abstract Boolean |
managed() |
abstract Map<String,String> |
tags() |
public abstract Key.KeyAttributes attributes()
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.