Class JWSInput
java.lang.Object
org.jboss.resteasy.jose.jws.JWSInput
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
readContent
(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) <T> T
readContent
(Class<T> type) <T> T
readJsonContent
(Class<T> type) boolean
-
Constructor Details
-
JWSInput
- Throws:
JWSInputException
-
-
Method Details
-
getWireString
-
getEncodedHeader
-
getEncodedContent
-
getEncodedSignature
-
getEncodedSignatureInput
-
getHeader
-
getContent
public byte[] getContent() -
getSignature
public byte[] getSignature() -
verify
-
readJsonContent
- Throws:
JWSInputException
-
readContentAsString
-
readContent
-
readContent
public Object readContent(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
-