Class C4BlobKey

  • All Implemented Interfaces:
    AutoCloseable

    public class C4BlobKey
    extends C4NativePeer
    Blob Key

    A raw SHA-1 digest used as the unique identifier of a blob.

    • Method Detail

      • close

        @CallSuper
        public void close()
      • toString

        @NonNull
        public String toString()
        Encodes a blob key to a string of the form "sha1-"+base64.
        Overrides:
        toString in class C4NativePeer