public class KeyPairStorageKeyProvider extends Object implements org.soulwing.jwt.api.KeyProvider
KeyProvider
that retrieves a specified key pair from a
KeyPairStorage
instance.Constructor and Description |
---|
KeyPairStorageKeyProvider(String keyId,
org.soulwing.s2ks.KeyPairStorage keyPairStorage) |
Modifier and Type | Method and Description |
---|---|
org.soulwing.jwt.api.KeyInfo |
currentKey() |
Optional<Key> |
retrieveKey(String id) |
public KeyPairStorageKeyProvider(String keyId, org.soulwing.s2ks.KeyPairStorage keyPairStorage)
Copyright © 2014–2019. All rights reserved.