public class HeaderRequestCapability extends HeaderRequest implements Serializable
ASN1 parser block for the capability request.
Modifier and Type | Field and Description |
---|---|
protected UsagePeriod |
period |
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
HeaderRequestCapability() |
HeaderRequestCapability(org.bouncycastle.asn1.ASN1Encodable ae)
Creates a class from the given ASN.1 object.
|
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
protected UsagePeriod period
public HeaderRequestCapability()
public HeaderRequestCapability(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
Creates a class from the given ASN.1 object.
ae
- the ASN.1 object to be translatedIOException
- if parsing of the ASN.1 failsprotected final void parse(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
parse
in class AbstractBlock
IOException
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.