PGPUtils class

Constructors

PGPUtils()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

armor(List<int> packet) String
bigIntToUint8List(BigInt bigInt) Uint8List
buildECPublicKeyPacket(BigInt publicKey, ECCurve curve, [int? timestamp, int? type]) Uint8List
buildRSAPublicKeyPacket(List<int> modulus, List<int> exponent, [int? timestamp, int? type]) Uint8List
calculateECFingerprint(BigInt publicKey, ECCurve curve, [int? timestamp]) Uint8List
calculateRSAFingerprint(List<int> modulus, List<int> exponent, [int? timestamp]) Uint8List
intListToBigInt(List<int> bytes) BigInt
percentUnescape(List<int> result) List<int>

Constants

sha1 → const DartSha1