public class Hmac extends Object
public Hmac update(byte[] bytes) throws IllegalStateException
public Hmac update(ByteBuffer byteBuffer)
public Hmac update(InputStream data) throws IOException
IOExceptionpublic byte[] doFinal()
throws IllegalStateException
public byte[] doFinal(byte[] bytes)
throws IllegalStateException
public byte[] doFinal(ByteBuffer byteBuffer) throws IllegalStateException
public Mac getMac()
Copyright © 2025 fossc. All rights reserved.