Uses of Class
net.messagevortex.asn1.UsagePeriod
Packages that use UsagePeriod
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
Contains classes required to execute mix operations in memory.
-
Uses of UsagePeriod in net.messagevortex.asn1
Fields in net.messagevortex.asn1 declared as UsagePeriodModifier and TypeFieldDescriptionprotected UsagePeriodHeaderRequestCapability.periodprotected UsagePeriodHeaderRequestIdentity.periodMethods in net.messagevortex.asn1 that return UsagePeriodModifier and TypeMethodDescriptionHeaderRequestIdentity.getUsagePeriod()IdentityBlock.getUsagePeriod()Gets the currently set validity period of the block.final UsagePeriodPayloadChunk.getUsagePeriod()IdentityStoreBlock.getValid()Gets the currently set validity period.HeaderRequestIdentity.setUsagePeriod(UsagePeriod newPeriod) Sets the usage period of the identity to the new value.IdentityBlock.setUsagePeriod(UsagePeriod valid) Sets the maximum usage period of the block.final UsagePeriodPayloadChunk.setUsagePeriod(UsagePeriod period) Sets the usage period of the payload cunk.IdentityStoreBlock.setValid(UsagePeriod np) The usage period of the identity block.Methods in net.messagevortex.asn1 with parameters of type UsagePeriodModifier and TypeMethodDescriptionintUsagePeriod.compareTo(UsagePeriod other) HeaderRequestIdentity.setUsagePeriod(UsagePeriod newPeriod) Sets the usage period of the identity to the new value.IdentityBlock.setUsagePeriod(UsagePeriod valid) Sets the maximum usage period of the block.final UsagePeriodPayloadChunk.setUsagePeriod(UsagePeriod period) Sets the usage period of the payload cunk.IdentityStoreBlock.setValid(UsagePeriod np) The usage period of the identity block.Constructors in net.messagevortex.asn1 with parameters of type UsagePeriodModifierConstructorDescriptionPayloadChunk(int id, byte[] payload, UsagePeriod period) Creates a payload block from raw data.PayloadChunk(org.bouncycastle.asn1.ASN1Encodable to, UsagePeriod period) Creates a payload block from a ASN1 stream.Copy constructor to copy a usage period. -
Uses of UsagePeriod in net.messagevortex.router.operation
Methods in net.messagevortex.router.operation that return UsagePeriodModifier and TypeMethodDescriptionAbstractOperation.getUsagePeriod()AbstractOperation.setUsagePeriod(UsagePeriod period) Sets the usage period of the respective operation.Methods in net.messagevortex.router.operation with parameters of type UsagePeriodModifier and TypeMethodDescriptionAbstractOperation.setUsagePeriod(UsagePeriod period) Sets the usage period of the respective operation.