public interface SignerFactory
| Modifier and Type | Method and Description |
|---|---|
Signer |
makeMacSigner(Algorithm algorithm,
Key key) |
Signer |
makeSigner(Algorithm algorithm,
Key jwk) |
Signer makeSigner(Algorithm algorithm, Key jwk) throws InvalidAlgorithmException, InvalidJsonWebKeyException
Signer makeMacSigner(Algorithm algorithm, Key key) throws InvalidAlgorithmException, InvalidJsonWebKeyException
Copyright © 2015. All rights reserved.