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