Class Checksum
java.lang.Object
org.apache.subversion.javahl.types.Checksum
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
Digest of the checksumprivate Checksum.Kind
Kind of the Checksumprivate static final long
-
Constructor Summary
ConstructorsConstructorDescriptionChecksum
(byte[] digest, Checksum.Kind kind) Constructor to be called from the native code -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
digest
private byte[] digestDigest of the checksum -
kind
Kind of the Checksum
-
-
Constructor Details
-
Checksum
Constructor to be called from the native code- Parameters:
digest
- bytes of the digestkind
- kind of checksum
-
-
Method Details
-
getDigest
public byte[] getDigest()Retrieve the digest- Returns:
- the digest
-
getKind
Retrieve the kind- Returns:
- the kind
-