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.UnknownElement
public void update(byte[] aData)
update
in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
public void update(byte[] aData, int aOffset, int aLength)
update
in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
public byte[] digest()
digest
in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
Copyright © 2025. All rights reserved.