- HashedBlockInputStream - Class in org.linguafranca.pwdb.hashedblock
-
Takes an underlying input stream formatted as Hashed Blocks
and provides the content of the blocks as an input stream
- HashedBlockInputStream(InputStream) - Constructor for class org.linguafranca.pwdb.hashedblock.HashedBlockInputStream
-
Create a Big Endian Hash Block Input Stream
- HashedBlockInputStream(InputStream, boolean) - Constructor for class org.linguafranca.pwdb.hashedblock.HashedBlockInputStream
-
Create a Hash Block Input Stream with choice of endian encoding
- HashedBlockOutputStream - Class in org.linguafranca.pwdb.hashedblock
-
Takes a stream of data and formats as Hashed Blocks to the underlying output stream.
- HashedBlockOutputStream(OutputStream) - Constructor for class org.linguafranca.pwdb.hashedblock.HashedBlockOutputStream
-
Create a BigEndian Hash Block Output Stream
- HashedBlockOutputStream(OutputStream, boolean) - Constructor for class org.linguafranca.pwdb.hashedblock.HashedBlockOutputStream
-
Create a Hash Block Output Stream with choice of endian encoding
- Helpers - Class in org.linguafranca.pwdb.kdbx
-
The class provides helpers to marshal and unmarshal values of KDBX files
- Helpers() - Constructor for class org.linguafranca.pwdb.kdbx.Helpers
-
- hexStringFromBase64(String) - Static method in class org.linguafranca.pwdb.kdbx.Helpers
-
- hexStringFromUuid(UUID) - Static method in class org.linguafranca.pwdb.kdbx.Helpers
-
- HmacBlockInputStream - Class in org.linguafranca.pwdb.hashedblock
-
Takes an underlying stream formatted as HMAC Hashed Blocks and provides
the content of the blocks as a stream.
- HmacBlockInputStream(byte[], InputStream) - Constructor for class org.linguafranca.pwdb.hashedblock.HmacBlockInputStream
-
Create a (big endian) HMac Block input stream
- HmacBlockInputStream(byte[], InputStream, boolean) - Constructor for class org.linguafranca.pwdb.hashedblock.HmacBlockInputStream
-
Create an HMac Block input stream
- HmacBlockOutputStream - Class in org.linguafranca.pwdb.hashedblock
-
Takes a stream of (encrypted GZIPped) data and formats it as HMAC Hashed Blocks to the
underlying output stream.
- HmacBlockOutputStream(byte[], OutputStream) - Constructor for class org.linguafranca.pwdb.hashedblock.HmacBlockOutputStream
-
Create a BigEndian HmacBlockOutputStream
- HmacBlockOutputStream(byte[], OutputStream, boolean) - Constructor for class org.linguafranca.pwdb.hashedblock.HmacBlockOutputStream
-
Create a HmacBlockOutputStream with choice of endian encoding