net.ripe.rpki.commons.provisioning.x509.pkcs10
Class RpkiCaCertificateRequestParser

java.lang.Object
  extended by net.ripe.rpki.commons.provisioning.x509.pkcs10.RpkiCaCertificateRequestParser

public class RpkiCaCertificateRequestParser
extends Object

Helper class to parse PKCS10CertificationRequests for RPKI CA certificates providing convenient accessors to information needed in this domain.


Constructor Summary
RpkiCaCertificateRequestParser(org.bouncycastle.pkcs.PKCS10CertificationRequest pkcs10CertificationRequest)
           
 
Method Summary
 URI getCaRepositoryUri()
           
 URI getManifestUri()
           
 PublicKey getPublicKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpkiCaCertificateRequestParser

public RpkiCaCertificateRequestParser(org.bouncycastle.pkcs.PKCS10CertificationRequest pkcs10CertificationRequest)
                               throws RpkiCaCertificateRequestParserException
Throws:
RpkiCaCertificateRequestParserException
Method Detail

getCaRepositoryUri

public URI getCaRepositoryUri()

getManifestUri

public URI getManifestUri()

getPublicKey

public PublicKey getPublicKey()


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