hwsecurity / de.cotech.hw.secrets / ByteSecret /
ByteSecret
open class ByteSecret
A more secure wrapper for ByteBuffer.
This class wraps a ByteBuffer, and attempts to ensure that its memory is overwritten when the object is freed, to keep secrets in memory as short a time as possible.