public class JWSInput extends Object implements JOSE
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
String |
getEncodedContent() |
String |
getEncodedHeader() |
String |
getEncodedSignature() |
String |
getEncodedSignatureInput() |
JWSHeader |
getHeader()
Returns the JWT header.
|
byte[] |
getSignature() |
String |
getWireString() |
String |
readContentAsString() |
<T> T |
readJsonContent(Class<T> type) |
public JWSInput(String wire) throws JWSInputException
JWSInputException
public String getWireString()
public String getEncodedHeader()
public String getEncodedContent()
public String getEncodedSignature()
public String getEncodedSignatureInput()
public JWSHeader getHeader()
JOSE
public byte[] getContent()
public byte[] getSignature()
public <T> T readJsonContent(Class<T> type) throws JWSInputException
JWSInputException
public String readContentAsString()
Copyright © 2021 JBoss by Red Hat. All rights reserved.