public class GNUDigester
extends java.lang.Object
implements tr.gov.tubitak.uekae.esya.api.crypto.Digester
| Constructor and Description |
|---|
GNUDigester(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aAlg) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest() |
void |
update(byte[] aData) |
void |
update(byte[] aData,
int aOffset,
int aLength) |
public GNUDigester(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aAlg)
throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.UnknownElement
tr.gov.tubitak.uekae.esya.api.crypto.exceptions.UnknownElementpublic void update(byte[] aData)
update in interface tr.gov.tubitak.uekae.esya.api.crypto.Digesterpublic void update(byte[] aData,
int aOffset,
int aLength)
update in interface tr.gov.tubitak.uekae.esya.api.crypto.Digesterpublic byte[] digest()
digest in interface tr.gov.tubitak.uekae.esya.api.crypto.DigesterCopyright © 2025. All rights reserved.