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

Commit fe12e8f0 authored by Kenny Root's avatar Kenny Root Committed by Gerrit Code Review
Browse files

Merge "Track bouncycastle upgrade to 1.51"

parents ce06199a bda807d3
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() {