OpenPGPSync extension

on

Static Properties

available ↔ bool

Available on OpenPGP, provided by the OpenPGPSync extension

getter/setter pair

Static Methods

armorDecode(String message) → ArmorMetadata

Available on OpenPGP, provided by the OpenPGPSync extension

armorEncode(String type, Uint8List data) → String

Available on OpenPGP, provided by the OpenPGPSync extension

convertPrivateKeyToPublicKey(String privateKey) → String

Available on OpenPGP, provided by the OpenPGPSync extension

decrypt(String message, String privateKey, String passphrase, {KeyOptions? options, Entity? signed}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

decryptBytes(Uint8List message, String privateKey, String passphrase, {KeyOptions? options, Entity? signed}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

decryptSymmetric(String message, String passphrase, {KeyOptions? options}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

decryptSymmetricBytes(Uint8List message, String passphrase, {KeyOptions? options}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

encrypt(String message, String publicKey, {KeyOptions? options, Entity? signed, FileHints? fileHints}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

encryptBytes(Uint8List message, String publicKey, {KeyOptions? options, Entity? signed, FileHints? fileHints}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

encryptSymmetric(String message, String passphrase, {KeyOptions? options, FileHints? fileHints}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

encryptSymmetricBytes(Uint8List message, String passphrase, {KeyOptions? options, FileHints? fileHints}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

generate({Options? options}) → KeyPair

Available on OpenPGP, provided by the OpenPGPSync extension

getPrivateKeyMetadata(String privateKey) → PrivateKeyMetadata

Available on OpenPGP, provided by the OpenPGPSync extension

getPublicKeyMetadata(String publicKey) → PublicKeyMetadata

Available on OpenPGP, provided by the OpenPGPSync extension

sign(String message, String privateKey, String passphrase, {KeyOptions? options}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

signBytes(Uint8List message, String privateKey, String passphrase, {KeyOptions? options}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

signBytesToString(Uint8List message, String privateKey, String passphrase, {KeyOptions? options}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

signData(String message, String privateKey, String passphrase, {KeyOptions? options}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

signDataBytes(Uint8List message, String privateKey, String passphrase, {KeyOptions? options}) → Uint8List

Available on OpenPGP, provided by the OpenPGPSync extension

signDataBytesToString(Uint8List message, String privateKey, String passphrase, {KeyOptions? options}) → String

Available on OpenPGP, provided by the OpenPGPSync extension

verify(String signature, String message, String publicKey) → bool

Available on OpenPGP, provided by the OpenPGPSync extension

verifyBytes(String signature, Uint8List message, String publicKey) → bool

Available on OpenPGP, provided by the OpenPGPSync extension

verifyData(String signature, String publicKey) → bool

Available on OpenPGP, provided by the OpenPGPSync extension

verifyDataBytes(Uint8List signature, String publicKey) → bool

Available on OpenPGP, provided by the OpenPGPSync extension