public abstract class Operation extends AbstractBlock implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Modifier and Type | Method and Description |
---|---|
abstract Operation |
getNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable)
Gets an instance of the object.
|
protected int |
getTagNumber() |
protected void |
setTagNumber(int newTagNumber)
sets the ag number to be set when encoding the operation.
|
fromBase64, fromHex, parse, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dumpValueNotation
toAsn1Object
public static final long serialVersionUID
public abstract Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) throws IOException
Gets an instance of the object.
asn1Encodable
- the object to be parsedIOException
- if parsing failsprotected void setTagNumber(int newTagNumber)
sets the ag number to be set when encoding the operation.
newTagNumber
- the new tag number to be setprotected int getTagNumber()
Copyright © 2023. All rights reserved.