Package org.keycloak.jose.jws
Class JWSInput
java.lang.Object
org.keycloak.jose.jws.JWSInput
- All Implemented Interfaces:
JOSE
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the JWT header.byte[]
<T> T
readJsonContent
(Class<T> type)
-
Constructor Details
-
JWSInput
- Throws:
JWSInputException
-
-
Method Details
-
getWireString
-
getEncodedHeader
-
getEncodedContent
-
getEncodedSignature
-
getEncodedSignatureInput
-
getHeader
Description copied from interface:JOSE
Returns the JWT header. -
getContent
public byte[] getContent() -
getSignature
public byte[] getSignature() -
readJsonContent
- Throws:
JWSInputException
-
readContentAsString
-