net.ripe.rpki.commons.crypto.cms
Class RpkiSignedObjectInfo

java.lang.Object
  extended by net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectInfo

public class RpkiSignedObjectInfo
extends Object

Helper class for the creation or ResourceCertificate using CMS objects.


Constructor Summary
RpkiSignedObjectInfo(byte[] encoded, X509ResourceCertificate resourceCertificate, org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.joda.time.DateTime signingTime)
           
 
Method Summary
 X509ResourceCertificate getCertificate()
           
 org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
           
 byte[] getEncoded()
           
 org.joda.time.DateTime getSigningTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpkiSignedObjectInfo

public RpkiSignedObjectInfo(byte[] encoded,
                            X509ResourceCertificate resourceCertificate,
                            org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                            org.joda.time.DateTime signingTime)
Method Detail

getEncoded

public byte[] getEncoded()

getCertificate

public X509ResourceCertificate getCertificate()

getContentType

public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()

getSigningTime

public org.joda.time.DateTime getSigningTime()


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