LocalKeyStorage

@objc
public class LocalKeyStorage : NSObject

Undocumented

  • Undocumented

    Declaration

    Swift

    @objc
    public func retrieveKeyPair() throws -> VirgilKeyPair
  • Undocumented

    Declaration

    Swift

    @objc
    public func store(data: Data) throws
  • Undocumented

    Declaration

    Swift

    public func exists() throws -> Bool
  • Undocumented

    Declaration

    Swift

    @objc
    public func delete() throws