org.apache.cxf.rs.security.jose.jws
Class JwsCompactConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jws.JwsCompactConsumer
- Direct Known Subclasses:
- JwsJwtCompactConsumer
public class JwsCompactConsumer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JwsCompactConsumer
public JwsCompactConsumer(String encodedJws)
JwsCompactConsumer
public JwsCompactConsumer(String encodedJws,
JoseHeadersReader r)
getUnsignedEncodedPayload
public String getUnsignedEncodedPayload()
getEncodedSignature
public String getEncodedSignature()
getDecodedJsonHeaders
public String getDecodedJsonHeaders()
getDecodedJwsPayload
public String getDecodedJwsPayload()
getDecodedJwsPayloadBytes
public byte[] getDecodedJwsPayloadBytes()
getDecodedSignature
public byte[] getDecodedSignature()
getJwsHeaders
public JwsHeaders getJwsHeaders()
verifySignatureWith
public boolean verifySignatureWith(JwsSignatureVerifier validator)
verifySignatureWith
public boolean verifySignatureWith(JsonWebKey key)
getReader
protected JoseHeadersReader getReader()
Apache CXF