Class JweJsonEncryptionEntry

java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJsonEncryptionEntry
All Implemented Interfaces:
org.apache.cxf.jaxrs.json.basic.JsonObject

public class JweJsonEncryptionEntry extends Object implements org.apache.cxf.jaxrs.json.basic.JsonObject
  • Constructor Details

    • JweJsonEncryptionEntry

      public JweJsonEncryptionEntry(String encodedEncryptedKey)
    • JweJsonEncryptionEntry

      public JweJsonEncryptionEntry(JweHeaders unprotectedHeader, String encodedEncryptedKey)
  • Method Details

    • 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