public class JWSSignerAndAlgorithm extends Object
| Constructor and Description |
|---|
JWSSignerAndAlgorithm(com.nimbusds.jose.JWSSigner signer,
com.nimbusds.jose.JWSAlgorithm jwsAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
com.nimbusds.jose.JWSAlgorithm |
getJwsAlgorithm() |
com.nimbusds.jose.JWSSigner |
getSigner() |
Copyright © 2019. All Rights Reserved.