YubikeyPgpX25519AgePlugin class

Constructors

YubikeyPgpX25519AgePlugin(YubikitOpenPGP _interface)

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

createPassphraseStanza(List<int> symmetricFileKey, List<int> salt, {PassphraseProvider passphraseProvider = const PassphraseProvider()}) Future<AgeStanza?>
createStanza(AgeRecipient recipient, List<int> symmetricFileKey, [KeyPair? ephemeralKeyPair]) Future<AgeStanza?>
identityToKeyPair(AgeIdentity identity) Future<AgeKeyPair?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseStanza(List<String> arguments, List<int> body, {PassphraseProvider passphraseProvider = const PassphraseProvider()}) Future<AgeStanza?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromCard(YubikitOpenPGP openPGPInterface) Future<AgeRecipient?>
generate(YubikitOpenPGP openPGPInterface) Future<AgeRecipient>

Constants

publicKeyPrefix → const String