Class RpkiSignedObjectInfo


  • public class RpkiSignedObjectInfo
    extends Object
    Helper class for the creation or ResourceCertificate using CMS objects.
    • 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()
      • getContentType

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
      • getSigningTime

        public org.joda.time.DateTime getSigningTime()