public class VerificationAttributes
extends java.lang.Object
| Constructor and Description |
|---|
VerificationAttributes(byte[] md5hash,
byte[] crc32c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getCrc32c()
CRC32c checksum of an object, if available.
|
byte[] |
getMd5hash()
MD5 hash of an object, if available.
|
int |
hashCode() |
public VerificationAttributes(@Nullable
byte[] md5hash,
@Nullable
byte[] crc32c)
@Nullable public byte[] getMd5hash()
@Nullable public byte[] getCrc32c()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2019. All rights reserved.