public class C4BlobKey extends C4NativePeer
A raw SHA-1 digest used as the unique identifier of a blob.
| Constructor and Description |
|---|
C4BlobKey(String str)
Decodes a string of the form "sha1-"+base64 into a raw key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
toString()
Encodes a blob key to a string of the form "sha1-"+base64.
|
public C4BlobKey(@Nullable
String str)
throws LiteCoreException
LiteCoreException@CallSuper public void close()
@NonNull public String toString()
toString in class C4NativePeer