public interface JWSSignerFactory extends JWSProvider
| Modifier and Type | Method and Description |
|---|---|
JWSSigner |
createJWSSigner(JWK key)
Create a JWS signer based on the key.
|
JWSSigner |
createJWSSigner(JWK key,
JWSAlgorithm alg)
Create a JWS signer based on the key and algorithm.
|
supportedJWSAlgorithmsgetJCAContextJWSSigner createJWSSigner(JWK key) throws JOSEException
JOSEExceptionJWSSigner createJWSSigner(JWK key, JWSAlgorithm alg) throws JOSEException
JOSEExceptionCopyright © 2021 Connect2id Ltd.. All rights reserved.