public abstract class RpkiSignedObjectParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.bouncycastle.asn1.ASN1ObjectIdentifier |
contentType |
| Constructor and Description |
|---|
RpkiSignedObjectParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAsn1Content(org.bouncycastle.asn1.ASN1Encodable content) |
void |
decodeRawContent(InputStream content) |
protected X509ResourceCertificate |
getCertificate() |
protected org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
protected byte[] |
getEncoded() |
protected X509ResourceCertificate |
getResourceCertificate() |
protected static BigInteger |
getRpkiObjectVersion(org.bouncycastle.asn1.ASN1Sequence seq) |
protected org.joda.time.DateTime |
getSigningTime() |
ValidationResult |
getValidationResult() |
void |
parse(String location,
byte[] encoded) |
void |
parse(ValidationResult result,
byte[] encoded) |
protected void |
parseContent(org.bouncycastle.cms.CMSSignedDataParser sp) |
public final void parse(String location, byte[] encoded)
public void parse(ValidationResult result, byte[] encoded)
protected byte[] getEncoded()
public ValidationResult getValidationResult()
protected X509ResourceCertificate getCertificate()
protected X509ResourceCertificate getResourceCertificate()
protected org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
protected org.joda.time.DateTime getSigningTime()
public void decodeRawContent(InputStream content) throws IOException
IOExceptionpublic void decodeAsn1Content(org.bouncycastle.asn1.ASN1Encodable content)
protected void parseContent(org.bouncycastle.cms.CMSSignedDataParser sp)
protected static BigInteger getRpkiObjectVersion(org.bouncycastle.asn1.ASN1Sequence seq)
Copyright © 2008–2019 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.