public interface KeyProvider<T extends KeyMetadata> extends Provider
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getKeyMetadata()
Return metadata about all keypairs held by the provider
|
String |
getKid()
Return the KID for the active keypair, or
null if no active key is available. |
AlgorithmType |
getType()
Returns the algorithm type the keys can be used for
|
AlgorithmType getType()
String getKid()
null if no active key is available.Copyright © 2017 JBoss by Red Hat. All rights reserved.