public class HeaderRequestQueryQuota extends HeaderRequest implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
HeaderRequestQueryQuota() |
HeaderRequestQueryQuota(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() |
protected HeaderRequest |
getRequest(org.bouncycastle.asn1.ASN1Encodable ae) |
protected void |
parse(org.bouncycastle.asn1.ASN1Encodable ae) |
toAsn1Object
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public HeaderRequestQueryQuota()
public HeaderRequestQueryQuota(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 int getId()
public String dumpValueNotation(String prefix, DumpType dumpType)
dumpValueNotation
in interface Block
Copyright © 2023. All rights reserved.