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

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

public class JweJwtCompactProducer
extends Object


Constructor Summary
JweJwtCompactProducer(JoseHeaders joseHeaders, JwtClaims claims)
           
JweJwtCompactProducer(JwtClaims claims)
           
JweJwtCompactProducer(JwtToken token)
           
 
Method Summary
 String encryptWith(JsonWebKey key)
           
 String encryptWith(JweEncryptionProvider jwe)
           
 String encryptWith(RSAPublicKey key)
           
 String encryptWith(SecretKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JweJwtCompactProducer

public JweJwtCompactProducer(JwtToken token)

JweJwtCompactProducer

public JweJwtCompactProducer(JwtClaims claims)

JweJwtCompactProducer

public JweJwtCompactProducer(JoseHeaders joseHeaders,
                             JwtClaims claims)
Method Detail

encryptWith

public String encryptWith(JsonWebKey key)

encryptWith

public String encryptWith(RSAPublicKey key)

encryptWith

public String encryptWith(SecretKey key)

encryptWith

public String encryptWith(JweEncryptionProvider jwe)


Apache CXF