KeyFileCredentials class

Implemented types

Constructors

KeyFileCredentials(Uint8List keyFileContents)
factory
KeyFileCredentials.fromBytes(Uint8List bytes)
factory
KeyFileCredentials.random()
Creates a new random (32 bytes) keyfile value.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBinary() Uint8List
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXmlV2() Uint8List
Generates a .keyx file as described for Keepass keyfile: https://keepass.info/help/base/keys.html#keyfiles
toXmlV2String() String
Generates a .keyx file as described for Keepass keyfile: https://keepass.info/help/base/keys.html#keyfiles

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

hexFormatLikeKeepass(String hexString) String
keypass has all-uppercase letters in pairs of 4 bytes (8 characters).