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

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

public class JweJsonEncryptionEntry
extends Object


Constructor Summary
JweJsonEncryptionEntry(JweHeaders unprotectedHeader, String encodedEncryptedKey)
           
JweJsonEncryptionEntry(String encodedEncryptedKey)
           
 
Method Summary
 String getEncodedEncryptedKey()
           
 byte[] getEncryptedKey()
           
 JweHeaders getUnprotectedHeader()
           
 String toJson()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JweJsonEncryptionEntry

public JweJsonEncryptionEntry(String encodedEncryptedKey)

JweJsonEncryptionEntry

public JweJsonEncryptionEntry(JweHeaders unprotectedHeader,
                              String encodedEncryptedKey)
Method Detail

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