public class HeaderRequestIncreaseMessageQuota extends HeaderRequest implements Serializable
ASN1 parser for increasing message quota.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
HeaderRequestIncreaseMessageQuota() |
HeaderRequestIncreaseMessageQuota(org.bouncycastle.asn1.ASN1Encodable ae)
Creates a request block from the ASN.1 structure.
|
Modifier and Type | Method and Description |
---|---|
String |
dumpValueNotation(String prefix,
DumpType dumpType) |
int |
getId() |
long |
getQuota() |
protected HeaderRequest |
getRequest(org.bouncycastle.asn1.ASN1Encodable ae) |
org.bouncycastle.asn1.ASN1Object |
intToAsn1Object(DumpType dumpType) |
protected void |
parse(org.bouncycastle.asn1.ASN1Encodable ae) |
long |
setQuota(long newQuota)
Sets the quota of the request.
|
toAsn1Object
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public HeaderRequestIncreaseMessageQuota()
public HeaderRequestIncreaseMessageQuota(org.bouncycastle.asn1.ASN1Encodable ae)
Creates a request block from the ASN.1 structure.
ae
- the structure to be parsedprotected final void parse(org.bouncycastle.asn1.ASN1Encodable ae)
parse
in class AbstractBlock
protected HeaderRequest getRequest(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
getRequest
in class HeaderRequest
IOException
public long getQuota()
public long setQuota(long newQuota)
Sets the quota of the request.
newQuota
- the new quota to be setpublic int getId()
public String dumpValueNotation(String prefix, DumpType dumpType)
dumpValueNotation
in interface Block
public org.bouncycastle.asn1.ASN1Object intToAsn1Object(DumpType dumpType) throws IOException
IOException
Copyright © 2023. All rights reserved.