CBLPeerID

@interface CBLPeerID : NSObject <NSCopying>

A peer identifier based on 32-byte SHA-256 binary data.

  • The raw 32-byte SHA-256 data

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSData *_Nonnull bytes;
  • Unavailable

    Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;