net.ripe.rpki.commons.crypto.cms
Class RpkiSignedObjectParser
java.lang.Object
net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
- Direct Known Subclasses:
- ManifestCmsParser, RoaCmsParser
public abstract class RpkiSignedObjectParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpkiSignedObjectParser
public RpkiSignedObjectParser()
parse
public final void parse(String location,
byte[] encoded)
parse
public void parse(ValidationResult result,
byte[] encoded)
getEncoded
protected byte[] getEncoded()
getValidationResult
public ValidationResult getValidationResult()
getCertificate
protected X509ResourceCertificate getCertificate()
getResourceCertificate
protected X509ResourceCertificate getResourceCertificate()
getContentType
protected org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getSigningTime
protected org.joda.time.DateTime getSigningTime()
decodeContent
public abstract void decodeContent(org.bouncycastle.asn1.ASN1Encodable encoded)
Copyright © 2008-2014 RIPE NCC, the Netherlands. All Rights Reserved.