org.apache.cxf.rs.security.jose.jwe
Class JweJwtCompactProducer
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJwtCompactProducer
public class JweJwtCompactProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweJwtCompactProducer
public JweJwtCompactProducer(JwtToken token)
JweJwtCompactProducer
public JweJwtCompactProducer(JwtClaims claims)
JweJwtCompactProducer
public JweJwtCompactProducer(JoseHeaders joseHeaders,
JwtClaims claims)
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