MacOsKeyChainPlugin class

Inheritance

Constructors

MacOsKeyChainPlugin({ProcessRunner processRunner = const CliProcessRunner()})
const

Properties

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

Methods

addCertificateToKeyChain(String keyChainName, File certFile, Secret certPassword, {bool accessControlAll = false, List<String> accessControlApplications = const ['/usr/bin/codesign']}) Future<void>
createKeyChain(String name, Secret password) Future<void>
getDefaultKeyChain() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printKeyChainList() Future<void>
removeKeyChain(String name) Future<void>
setDefaultKeyChain(String name) Future<void>
toString() String
A string representation of this object.
inherited
unlockKeyChain(String name, Secret password) Future<void>

Operators

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