Package net.ripe.rpki.commons.crypto.cms
Class RpkiSignedObjectInfo
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectInfo
-
public class RpkiSignedObjectInfo extends Object
Helper class for the creation or ResourceCertificate using CMS objects.
-
-
Constructor Summary
Constructors Constructor Description RpkiSignedObjectInfo(byte[] encoded, X509ResourceCertificate resourceCertificate, org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.joda.time.DateTime signingTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509ResourceCertificategetCertificate()org.bouncycastle.asn1.ASN1ObjectIdentifiergetContentType()byte[]getEncoded()org.joda.time.DateTimegetSigningTime()
-
-
-
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()
-
-