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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpkiSignedObjectInfo
public RpkiSignedObjectInfo(byte[] encoded,
X509ResourceCertificate resourceCertificate,
org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.joda.time.DateTime signingTime)
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.