public interface JWEProvider extends JOSEProvider, JCAAware<JWEJCAContext>
The JWE provider can be queried to determine its algorithm capabilities.
| Modifier and Type | Method and Description |
|---|---|
Set<EncryptionMethod> |
supportedEncryptionMethods()
Returns the names of the supported encryption methods by the JWE
provier.
|
Set<JWEAlgorithm> |
supportedJWEAlgorithms()
Returns the names of the supported algorithms by the JWE provider
instance.
|
getJCAContextSet<JWEAlgorithm> supportedJWEAlgorithms()
alg JWE header parameter.Set<EncryptionMethod> supportedEncryptionMethods()
enc JWE header parameter.Copyright © 2019 Connect2id Ltd.. All rights reserved.