org.apache.cxf.rs.security.jose.jws
Interface JwsSignature

All Known Implementing Classes:
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature, PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature

public interface JwsSignature


Method Summary
 byte[] sign()
           
 void update(byte[] src, int off, int len)
           
 

Method Detail

update

void update(byte[] src,
            int off,
            int len)

sign

byte[] sign()


Apache CXF