org.apache.cxf.rs.security.jose.jwe
Class JweJwtCompactConsumer

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.JweJwtCompactConsumer

public class JweJwtCompactConsumer
extends Object


Constructor Summary
JweJwtCompactConsumer(String content)
           
 
Method Summary
 JwtToken decryptWith(JsonWebKey key)
           
 JwtToken decryptWith(JweDecryptionProvider jwe)
           
 JwtToken decryptWith(RSAPrivateKey key)
           
 JwtToken decryptWith(SecretKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JweJwtCompactConsumer

public JweJwtCompactConsumer(String content)
Method Detail

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