JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.cxf.rs.security.jose.jws
Interface JwsVerificationSignature
public interface
JwsVerificationSignature
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
update
(byte[] src, int off, int len)
boolean
verify
(byte[] signature)
Method Details
update
void
update
(byte[] src, int off, int len)
verify
boolean
verify
(byte[] signature)