public class MergePayloadOperation extends Operation implements Serializable
Represents a merge payload operation.
This operation joins two payloads to one new payload with size first.length+second.length.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
MergePayloadOperation(org.bouncycastle.asn1.ASN1Encodable object)
Create object from ASN.1 code.
|
Modifier and Type | Method and Description |
---|---|
String |
dumpValueNotation(String prefix,
DumpType dumptype) |
Operation |
getNewInstance(org.bouncycastle.asn1.ASN1Encodable object)
Gets an instance of the object.
|
protected void |
parse(org.bouncycastle.asn1.ASN1Encodable to) |
org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dumpType)
Dumps an ASN.1 representation of the object.
|
getTagNumber, setTagNumber
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public MergePayloadOperation(org.bouncycastle.asn1.ASN1Encodable object)
Create object from ASN.1 code.
object
- the ASN.1 codeprotected final void parse(org.bouncycastle.asn1.ASN1Encodable to)
parse
in class AbstractBlock
public String dumpValueNotation(String prefix, DumpType dumptype)
dumpValueNotation
in interface Block
public org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dumpType)
Dumpable
Dumps an ASN.1 representation of the object.
toAsn1Object
in interface Dumpable
dumpType
- the dump type to be usedpublic Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable object)
Operation
Gets an instance of the object.
getNewInstance
in class Operation
object
- the object to be parsedCopyright © 2023. All rights reserved.