public class HeaderRequestIncreaseTransferQuota extends HeaderRequest implements Serializable
ASN1 parser for increasing message quota.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
HeaderRequestIncreaseTransferQuota() |
HeaderRequestIncreaseTransferQuota(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) |
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 HeaderRequestIncreaseTransferQuota()
public HeaderRequestIncreaseTransferQuota(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)
getRequest
in class HeaderRequest
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
Copyright © 2023. All rights reserved.