Class JwsCompactConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jws.JwsCompactConsumer
- Direct Known Subclasses:
JwsJwtCompactConsumer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJwsCompactConsumer(String encodedJws) JwsCompactConsumer(String encodedJws, String detachedPayload) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]protected JsonMapObjectReaderWriterbooleanbooleanverifySignatureWith(byte[] key, SignatureAlgorithm algo) booleanverifySignatureWith(X509Certificate cert, SignatureAlgorithm algo) booleanverifySignatureWith(PublicKey key, SignatureAlgorithm algo) booleanbooleanverifySignatureWith(JsonWebKey key, SignatureAlgorithm algo) booleanverifySignatureWith(JwsSignatureVerifier validator)
-
Field Details
-
LOG
-
-
Constructor Details
-
JwsCompactConsumer
-
JwsCompactConsumer
-
-
Method Details
-
getUnsignedEncodedSequence
-
getEncodedSignature
-
getDecodedJsonHeaders
-
getDecodedJwsPayload
-
getDecodedJwsPayloadBytes
public byte[] getDecodedJwsPayloadBytes() -
getDecodedSignature
public byte[] getDecodedSignature() -
getJwsHeaders
-
verifySignatureWith
-
verifySignatureWith
-
verifySignatureWith
-
verifySignatureWith
-
verifySignatureWith
-
verifySignatureWith
-
validateCriticalHeaders
public boolean validateCriticalHeaders() -
getReader
-