Contextual
public protocol Contextual
Contextual
protocol defines the interface about context need.
-
Context
type is the context class that for use.Declaration
Swift
associatedtype Context
-
Context for the crypto.
Declaration
Swift
var context: Context { get set }
-
Initialize with a context object.
Declaration
Swift
init(context: Context)
Parameters
context
Context object that subclass from
CatCryptoContext
.