Signer class

Constructors

Signer({required File wwdrPem, required File certificateP12, required Directory directory})

Properties

certificateP12 File
final
certPem File
getter/setter pair
directory Directory
final
hashCode int
The hash code for this object.
no setterinherited
keyPem File
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature File
getter/setter pair
wwdrPem File
final

Methods

checkIsOpenSSLSupported() Future<bool>
generateCertificate() Future<File>
generateKey({String password = '12345'}) Future<File>
generateSignature({required File manifest, String password = '12345'}) Future<File>
getSignature() Uint8List
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