Class RpkiSignedObjectParser

    • Field Detail

      • contentType

        protected org.bouncycastle.asn1.ASN1ObjectIdentifier contentType
    • Constructor Detail

      • RpkiSignedObjectParser

        public RpkiSignedObjectParser()
    • Method Detail

      • parse

        public final void parse​(String location,
                                byte[] encoded)
      • getEncoded

        protected byte[] getEncoded()
      • getContentType

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

        protected org.joda.time.DateTime getSigningTime()
      • decodeAsn1Content

        public void decodeAsn1Content​(org.bouncycastle.asn1.ASN1Encodable content)
      • parseContent

        protected void parseContent​(org.bouncycastle.cms.CMSSignedDataParser sp)
      • getRpkiObjectVersion

        protected static BigInteger getRpkiObjectVersion​(org.bouncycastle.asn1.ASN1Sequence seq)