Uses of Class
net.messagevortex.asn1.Operation
Packages that use Operation
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of Operation in net.messagevortex.asn1
Subclasses of Operation in net.messagevortex.asn1Modifier and TypeClassDescriptionclassclassRepresents a the Blending specification of the router block.classRepresents a addRedundancy operation on a router block.classclassclassContains all classes extending assembly blocks (Payload operations).classRepresents a merge payload operation.classRepresents a remove redundancy operation.classSplits a payload block in two blocks.Methods in net.messagevortex.asn1 that return OperationModifier and TypeMethodDescriptionstatic OperationOperationFactory.getInstance(org.bouncycastle.asn1.ASN1Encodable object) Gets the respective Operation by tag number.abstract OperationAbstractCryptPayloadOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) AddRedundancyOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) DecryptPayloadOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) EncryptPayloadOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) MapBlockOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) MergePayloadOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) abstract OperationOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) Gets an instance of the object.RemoveRedundancyOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) SplitPayloadOperation.getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) Methods in net.messagevortex.asn1 with parameters of type Operation