We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598e983 commit 2a54179Copy full SHA for 2a54179
src/main/java/com/afwsamples/testdpc/policy/utils/AuthorizationList.java
@@ -216,7 +216,7 @@ public AuthorizationList(ASN1Encodable sequence) throws CertificateParsingExcept
216
int tag = entry.getTagNo();
217
Log.i(
218
"Attestation",
219
- "Parsing tag: [" + tag + "], value: [" + entry.getBaseUniversal(true, tag) + "]");
+ "Parsing tag: [" + tag + "], value: [" + entry.getExplicitBaseObject() + "]");
220
switch (tag) {
221
default:
222
throw new CertificateParsingException("Unknown tag " + tag + " found");
0 commit comments