Class JWEHeader

java.lang.Object
org.jboss.resteasy.jose.jwe.JWEHeader
All Implemented Interfaces:
Serializable

public class JWEHeader extends Object implements Serializable
Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
  • Constructor Details

    • JWEHeader

      public JWEHeader()
  • Method Details

    • getAlgorithm

      public Algorithm getAlgorithm()
    • getType

      public String getType()
    • getContentType

      public String getContentType()
    • getCompressionAlgorithm

      public CompressionAlgorithm getCompressionAlgorithm()
    • setCompressionAlgorithm

      public void setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)
    • getEncryptionMethod

      public EncryptionMethod getEncryptionMethod()
    • setEncryptionMethod

      public void setEncryptionMethod(EncryptionMethod encryptionMethod)
    • getMediaType

      public jakarta.ws.rs.core.MediaType getMediaType()
    • toString

      public String toString()
      Overrides:
      toString in class Object