org.apache.cxf.rs.security.jose.jwe
Class JweJwtCompactConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJwtCompactConsumer
public class JweJwtCompactConsumer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweJwtCompactConsumer
public JweJwtCompactConsumer(String content)
decryptWith
public JwtToken decryptWith(JsonWebKey key)
decryptWith
public JwtToken decryptWith(RSAPrivateKey key)
decryptWith
public JwtToken decryptWith(SecretKey key)
decryptWith
public JwtToken decryptWith(JweDecryptionProvider jwe)
Apache CXF