@Immutable
public interface ChunkedMac
| Modifier and Type | Method and Description |
|---|---|
ChunkedMacComputation |
createComputation()
Creates an instance of a single Chunked MAC computation.
|
ChunkedMacVerification |
createVerification(byte[] tag)
Creates an instance of a single Chunked MAC verification.
|
ChunkedMacComputation createComputation() throws GeneralSecurityException
GeneralSecurityExceptionChunkedMacVerification createVerification(byte[] tag) throws GeneralSecurityException
GeneralSecurityException