public interface KeyProvider<T extends KeyMetadata>
| 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. |
org.openfact.jose.jws.AlgorithmType |
getType()
Returns the algorithm type the keys can be used for
|
org.openfact.jose.jws.AlgorithmType getType()
String getKid()
null if no active key is available.Copyright © 2017. All rights reserved.