Class JWEHeader

    • Constructor Detail

      • JWEHeader

        public JWEHeader()
    • Method Detail

      • getAlgorithm

        public Algorithm getAlgorithm()
      • getType

        public String getType()
      • getContentType

        public String getContentType()
      • setCompressionAlgorithm

        public void setCompressionAlgorithm​(CompressionAlgorithm compressionAlgorithm)
      • setEncryptionMethod

        public void setEncryptionMethod​(EncryptionMethod encryptionMethod)
      • getMediaType

        public javax.ws.rs.core.MediaType getMediaType()