| Package | Description |
|---|---|
| org.jscsi.parser |
This package provides all main classes which are needed to deserialize and serialize
all the messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.digest |
This package provides all digests, which are supported in this iSCSI
implementation of the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
IDigest |
ProtocolDataUnit.getDataDigest()
Returns the instance of the used digest algorithm for the data segment.
|
IDigest |
ProtocolDataUnit.getHeaderDigest()
Returns the instance of the used digest algorithm for the header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolDataUnit.setDataDigest(IDigest newDataDigest)
Sets the digest of the data segment to use for data integrity.
|
void |
ProtocolDataUnit.setHeaderDigest(IDigest newHeaderDigest)
Sets the digest of the header to use for data integrity.
|
| Constructor and Description |
|---|
ProtocolDataUnit(IDigest initHeaderDigest,
IDigest initDataDigest)
Default constructor, creates a new, empty ProtcolDataUnit object.
|
| Modifier and Type | Method and Description |
|---|---|
IDigest |
DigestFactory.create(String digestName)
This method creates an
IDigest instance of the given type. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.