Package | Description |
---|---|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
net.messagevortex.router.operation |
Contains classes required to execute mix operations in memory.
|
Modifier and Type | Field and Description |
---|---|
protected UsagePeriod |
HeaderRequestCapability.period |
protected UsagePeriod |
HeaderRequestIdentity.period |
Modifier and Type | Method and Description |
---|---|
UsagePeriod |
HeaderRequestIdentity.getUsagePeriod() |
UsagePeriod |
PayloadChunk.getUsagePeriod() |
UsagePeriod |
IdentityBlock.getUsagePeriod()
Gets the currently set validity period of the block.
|
UsagePeriod |
IdentityStoreBlock.getValid()
Gets the currently set validity period.
|
UsagePeriod |
HeaderRequestIdentity.setUsagePeriod(UsagePeriod newPeriod)
Sets the usage period of the identity to the new value.
|
UsagePeriod |
PayloadChunk.setUsagePeriod(UsagePeriod period)
Sets the usage period of the payload cunk.
|
UsagePeriod |
IdentityBlock.setUsagePeriod(UsagePeriod valid)
Sets the maximum usage period of the block.
|
UsagePeriod |
IdentityStoreBlock.setValid(UsagePeriod np)
The usage period of the identity block.
|
Modifier and Type | Method and Description |
---|---|
int |
UsagePeriod.compareTo(UsagePeriod other) |
UsagePeriod |
HeaderRequestIdentity.setUsagePeriod(UsagePeriod newPeriod)
Sets the usage period of the identity to the new value.
|
UsagePeriod |
PayloadChunk.setUsagePeriod(UsagePeriod period)
Sets the usage period of the payload cunk.
|
UsagePeriod |
IdentityBlock.setUsagePeriod(UsagePeriod valid)
Sets the maximum usage period of the block.
|
UsagePeriod |
IdentityStoreBlock.setValid(UsagePeriod np)
The usage period of the identity block.
|
Constructor and Description |
---|
PayloadChunk(org.bouncycastle.asn1.ASN1Encodable to,
UsagePeriod period)
Creates a payload block from a ASN1 stream.
|
PayloadChunk(int id,
byte[] payload,
UsagePeriod period)
Creates a payload block from raw data.
|
UsagePeriod(UsagePeriod p)
Copy constructor to copy a usage period.
|
Modifier and Type | Method and Description |
---|---|
UsagePeriod |
AbstractOperation.getUsagePeriod() |
UsagePeriod |
AbstractOperation.setUsagePeriod(UsagePeriod period)
Sets the usage period of the respective operation.
|
Modifier and Type | Method and Description |
---|---|
UsagePeriod |
AbstractOperation.setUsagePeriod(UsagePeriod period)
Sets the usage period of the respective operation.
|
Copyright © 2023. All rights reserved.