org.apache.cxf.rs.security.jose.jwe
Class JweJsonEncryptionEntry
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJsonEncryptionEntry
public class JweJsonEncryptionEntry
- extends Object
JweJsonEncryptionEntry
public JweJsonEncryptionEntry(String encodedEncryptedKey)
JweJsonEncryptionEntry
public JweJsonEncryptionEntry(JweHeaders unprotectedHeader,
String encodedEncryptedKey)
getUnprotectedHeader
public JweHeaders getUnprotectedHeader()
getEncodedEncryptedKey
public String getEncodedEncryptedKey()
getEncryptedKey
public byte[] getEncryptedKey()
toJson
public String toJson()
toString
public String toString()
- Overrides:
toString in class Object
Apache CXF