public interface JWEAlgorithmProvider
encrypters and decrypters.
Callers can query the JWS provider to determine its algorithm capabilities.
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<JWEAlgorithm> |
supportedAlgorithms()
Returns the names of the supported JWE algorithms.
|
java.util.Set<EncryptionMethod> |
supportedEncryptionMethods()
Returns the names of the supported encryption methods.
|
java.util.Set<JWEAlgorithm> supportedAlgorithms()
alg JWE header parameter.java.util.Set<EncryptionMethod> supportedEncryptionMethods()
enc JWE header parameter.Copyright © 2013 NimbusDS. All Rights Reserved.