public interface JWSAlgorithmProvider
signers
and
verifiers
.
Callers can query the JWS provider to determine its algorithm capabilities.
Modifier and Type | Method and Description |
---|---|
java.util.Set<JWSAlgorithm> |
supportedAlgorithms()
Returns the names of the supported JWS algorithms.
|
java.util.Set<JWSAlgorithm> supportedAlgorithms()
alg
JWS header parameter.Copyright © 2013 NimbusDS. All Rights Reserved.