Class Uri

  • NSObject

    • KeychainCore/Uri

Uri is a location on a blockchain. It is used to direct Gateways where to find certificates on the blockchain, typically for pairing. Its serialization format may change over library versions, so regard this as an opaque object. This class is instantiated as a member of a Persona or Contact (Facade). You do not need to create it yourself.

Methods

Return Type Method and Description

NSNumber *

isNil :(NSError **) error

[uri isNil].boolValue == true if the URI is Nil.

NSString *

toString :(NSError **) error

Serialize the URI as an UTF-8 string.