net.ripe.rpki.commons.crypto.cms.roa
Class RoaCmsParser

java.lang.Object
  extended by net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
      extended by net.ripe.rpki.commons.crypto.cms.roa.RoaCmsParser

public class RoaCmsParser
extends RpkiSignedObjectParser


Constructor Summary
RoaCmsParser()
           
RoaCmsParser(ValidationResult result)
           
 
Method Summary
 void decodeContent(org.bouncycastle.asn1.ASN1Encodable encoded)
           
 RoaCms getRoaCms()
           
 boolean isSuccess()
           
 void parse(ValidationLocation location, byte[] encoded)
           
 
Methods inherited from class net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
getCertificate, getContentType, getEncoded, getResourceCertificate, getSigningTime, getValidationResult, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoaCmsParser

public RoaCmsParser()

RoaCmsParser

public RoaCmsParser(ValidationResult result)
Method Detail

parse

public void parse(ValidationLocation location,
                  byte[] encoded)
Overrides:
parse in class RpkiSignedObjectParser

isSuccess

public boolean isSuccess()

getRoaCms

public RoaCms getRoaCms()

decodeContent

public void decodeContent(org.bouncycastle.asn1.ASN1Encodable encoded)
Specified by:
decodeContent in class RpkiSignedObjectParser


Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.