Interface JwsSignature
- All Known Implementing Classes:
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature,PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
public interface JwsSignature
-
Method Summary
-
Method Details
-
update
void update(byte[] src, int off, int len) -
sign
byte[] sign()
-