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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]Returns the JWT header.byte[]<T> TreadJsonContent(Class<T> type) 
- 
Constructor Details- 
JWSInput- Throws:
- JWSInputException
 
 
- 
- 
Method Details- 
getWireString
- 
getEncodedHeader
- 
getEncodedContent
- 
getEncodedSignature
- 
getEncodedSignatureInput
- 
getHeaderDescription copied from interface:JOSEReturns the JWT header.
- 
getContentpublic byte[] getContent()
- 
getSignaturepublic byte[] getSignature()
- 
readJsonContent- Throws:
- JWSInputException
 
- 
readContentAsString
 
-