Class JWSInput

java.lang.Object
org.jboss.resteasy.jose.jws.JWSInput

public class JWSInput extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details Link icon

  • Method Details Link icon

    • getWireString Link icon

      public String getWireString()
    • getEncodedHeader Link icon

      public String getEncodedHeader()
    • getEncodedContent Link icon

      public String getEncodedContent()
    • getEncodedSignature Link icon

      public String getEncodedSignature()
    • getEncodedSignatureInput Link icon

      public String getEncodedSignatureInput()
    • getHeader Link icon

      public JWSHeader getHeader()
    • getContent Link icon

      public byte[] getContent()
    • getSignature Link icon

      public byte[] getSignature()
    • verify Link icon

      public boolean verify(String key)
    • readJsonContent Link icon

      public <T> T readJsonContent(Class<T> type) throws JWSInputException
      Throws:
      JWSInputException
    • readContentAsString Link icon

      public String readContentAsString()
    • readContent Link icon

      public <T> T readContent(Class<T> type)
    • readContent Link icon

      public Object readContent(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)