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

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

am b12830aa: am fe12e8f0: Merge "Track bouncycastle upgrade to 1.51"

* commit 'b12830aa':
  Track bouncycastle upgrade to 1.51
parents 84c9c28a b12830aa
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() {