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 |
|---|---|
abstract void |
decodeContent(org.bouncycastle.asn1.ASN1Encodable encoded) |
protected X509ResourceCertificate |
getCertificate() |
protected org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
protected byte[] |
getEncoded() |
protected X509ResourceCertificate |
getResourceCertificate() |
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 abstract void decodeContent(org.bouncycastle.asn1.ASN1Encodable encoded)
protected void parseContent(org.bouncycastle.cms.CMSSignedDataParser sp)
Copyright © 2008-2016 RIPE NCC, the Netherlands. All Rights Reserved.