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