Class JWSInput


  • public class JWSInput
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • getWireString

        public String getWireString()
      • getEncodedHeader

        public String getEncodedHeader()
      • getEncodedContent

        public String getEncodedContent()
      • getEncodedSignature

        public String getEncodedSignature()
      • getEncodedSignatureInput

        public String getEncodedSignatureInput()
      • getContent

        public byte[] getContent()
      • getSignature

        public byte[] getSignature()
      • verify

        public boolean verify​(String key)
      • readContentAsString

        public String readContentAsString()
      • readContent

        public <T> T readContent​(Class<T> type)
      • readContent

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