Constructor and Description |
---|
Key.KeyBundle() |
Modifier and Type | Method and Description |
---|---|
abstract Key.KeyAttributes |
attributes() |
static Key.KeyBundle |
create(Key.KeyAttributes attributes,
Key.JsonWebKey key,
boolean managed,
Map<String,String> tags) |
abstract Key.JsonWebKey |
key() |
abstract Boolean |
managed() |
abstract Map<String,String> |
tags() |
@Nullable public abstract Key.KeyAttributes attributes()
@Nullable public abstract Key.JsonWebKey key()
public static Key.KeyBundle create(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String,String> tags)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.