Package net.messagevortex.asn1
Class Operation
java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.Operation
- All Implemented Interfaces:
Serializable,Block,Dumpable
- Direct Known Subclasses:
AbstractCryptPayloadOperation,AbstractRedundancyOperation,MapBlockOperation,MergePayloadOperation,SplitPayloadOperation
Represents a the Blending specification of the router block.
- See Also:
-
Field Summary
FieldsFields inherited from class net.messagevortex.asn1.AbstractBlock
CRLF -
Method Summary
Modifier and TypeMethodDescriptionabstract OperationgetNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) Gets an instance of the object.protected intprotected voidsetTagNumber(int newTagNumber) sets the ag number to be set when encoding the operation.Methods inherited from class net.messagevortex.asn1.AbstractBlock
fromBase64, fromHex, parse, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.messagevortex.asn1.Block
dumpValueNotationMethods inherited from interface net.messagevortex.asn1.Dumpable
toAsn1Object
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Method Details
-
getNewInstance
public abstract Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) throws IOException Gets an instance of the object.
- Parameters:
asn1Encodable- the object to be parsed- Returns:
- the parsed operation object
- Throws:
IOException- if parsing fails
-
setTagNumber
protected void setTagNumber(int newTagNumber) sets the ag number to be set when encoding the operation.
- Parameters:
newTagNumber- the new tag number to be set
-
getTagNumber
protected int getTagNumber()
-