Class JweJsonEncryptionEntry
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jwe.JweJsonEncryptionEntry
-
- All Implemented Interfaces:
JsonObject
public class JweJsonEncryptionEntry extends Object implements JsonObject
-
-
Constructor Summary
Constructors Constructor Description JweJsonEncryptionEntry(String encodedEncryptedKey)JweJsonEncryptionEntry(JweHeaders unprotectedHeader, String encodedEncryptedKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncodedEncryptedKey()byte[]getEncryptedKey()JweHeadersgetUnprotectedHeader()StringtoJson()StringtoString()
-
-
-
Constructor Detail
-
JweJsonEncryptionEntry
public JweJsonEncryptionEntry(String encodedEncryptedKey)
-
JweJsonEncryptionEntry
public JweJsonEncryptionEntry(JweHeaders unprotectedHeader, String encodedEncryptedKey)
-
-