Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b12830aa authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am fe12e8f0: Merge "Track bouncycastle upgrade to 1.51"

* commit 'fe12e8f0':
  Track bouncycastle upgrade to 1.51
parents 557e7e54 fe12e8f0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -621,8 +621,12 @@ class SignApk {
            this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId());
        }

        /**
         * This should actually return byte[] or something similar, but nothing
         * actually checks it currently.
         */
        public Object getContent() {
            throw new UnsupportedOperationException();
            return this;
        }

        public ASN1ObjectIdentifier getContentType() {