Skip to content

Commit 2a54179

Browse files
brandonweekspfmaggi
authored andcommitted
No public description
PiperOrigin-RevId: 653535580
1 parent 598e983 commit 2a54179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/afwsamples/testdpc/policy/utils/AuthorizationList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public AuthorizationList(ASN1Encodable sequence) throws CertificateParsingExcept
216216
int tag = entry.getTagNo();
217217
Log.i(
218218
"Attestation",
219-
"Parsing tag: [" + tag + "], value: [" + entry.getBaseUniversal(true, tag) + "]");
219+
"Parsing tag: [" + tag + "], value: [" + entry.getExplicitBaseObject() + "]");
220220
switch (tag) {
221221
default:
222222
throw new CertificateParsingException("Unknown tag " + tag + " found");

0 commit comments

Comments
 (0)