org.apache.cxf.rs.security.oauth2.jwt.jaxrs
Class AbstractJweDecryptingFilter
java.lang.Object
org.apache.cxf.rs.security.oauth2.jwt.jaxrs.AbstractJweDecryptingFilter
- Direct Known Subclasses:
- JweClientResponseFilter, JweContainerRequestFilter
public class AbstractJweDecryptingFilter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJweDecryptingFilter
public AbstractJweDecryptingFilter()
decrypt
protected JweDecryptionOutput decrypt(InputStream is)
throws IOException
- Throws:
IOException
validateHeaders
protected void validateHeaders(JweHeaders headers)
setDecryption
public void setDecryption(JweDecryption decryptor)
getInitializedDecryption
protected JweDecryption getInitializedDecryption()
setCryptoProperties
public void setCryptoProperties(JweCryptoProperties cryptoProperties)
getDefaultMediaType
public String getDefaultMediaType()
setDefaultMediaType
public void setDefaultMediaType(String defaultMediaType)
Apache CXF