public interface JWEHeaderFilter extends HeaderFilter
| Modifier and Type | Method and Description |
|---|---|
Set<JWEAlgorithm> |
getAcceptedAlgorithms()
Gets the names of the accepted JWE algorithms.
|
Set<EncryptionMethod> |
getAcceptedEncryptionMethods()
Gets the names of the accepted encryption methods.
|
void |
setAcceptedAlgorithms(Set<JWEAlgorithm> acceptedAlgs)
Sets the names of the accepted JWE algorithms.
|
void |
setAcceptedEncryptionMethods(Set<EncryptionMethod> acceptedEncs)
Sets the names of the accepted encryption methods.
|
getAcceptedParameters, setAcceptedParametersSet<JWEAlgorithm> getAcceptedAlgorithms()
alg JWE header parameter.void setAcceptedAlgorithms(Set<JWEAlgorithm> acceptedAlgs)
alg JWE header parameter.acceptedAlgs - The accepted JWE algorithms. Must be a subset of
the supported algorithms and not null.Set<EncryptionMethod> getAcceptedEncryptionMethods()
enc JWE header parameter.void setAcceptedEncryptionMethods(Set<EncryptionMethod> acceptedEncs)
enc JWE header parameter.acceptedEncs - The accepted encryption methods. Must be a
subset of the supported encryption methods and
not null.Copyright © 2013 NimbusDS. All Rights Reserved.