|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JWEAlgorithmProvider
Common interface for JSON Web Encryption (JWE) encrypters and decrypters.
Callers can query the JWS provider to determine its algorithm capabilities.
| Method Summary | |
|---|---|
Set<JWEAlgorithm> |
supportedAlgorithms()
Returns the names of the supported JWE algorithms. |
Set<EncryptionMethod> |
supportedEncryptionMethods()
Returns the names of the supported encryption methods. |
| Method Detail |
|---|
Set<JWEAlgorithm> supportedAlgorithms()
alg JWE header parameter.
Set<EncryptionMethod> supportedEncryptionMethods()
enc JWE header parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||