Encryption
-
An object that provides static methods for encrypting card information and retrieving public keys from the server.
See moreDeclaration
Swift
public enum CardEncryptor : AnyEncryptor
-
A type that provides static methods for encrypting bank details.
See moreDeclaration
Swift
public enum BankDetailsEncryptor : AnyEncryptor
-
Contains the information of a card that is yet to be encrypted.
See moreDeclaration
Swift
public struct Card
-
Contains encrypted card information.
See moreDeclaration
Swift
public struct EncryptedCard
-
Undocumented
See moreDeclaration
Swift
public enum EncryptionError : LocalizedError