public interface JWSProvider extends JOSEProvider
The JWS provider can be queried to determine its algorithm capabilities.
| Modifier and Type | Method and Description |
|---|---|
Set<JWSAlgorithm> |
supportedJWSAlgorithms()
Returns the names of the supported algorithms by the JWS provider
instance.
|
Set<JWSAlgorithm> supportedJWSAlgorithms()
alg JWS header parameter.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.