public interface PublicKeyProvider
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
getPublicKey(String token)
Returns a public key which used to sign the
token argument. |
PublicKey getPublicKey(String token) throws InvalidTokenException
token argument.token - The signed token bearing information on the public key which was used to sign the
token.InvalidTokenException - In case of exception throws while trying to extract the public
key from the token.Copyright © 2015–2019. All rights reserved.