Interface JwsSignature
-
- All Known Implementing Classes:
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature,PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
public interface JwsSignature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]sign()voidupdate(byte[] src, int off, int len)
-