Home
last modified time | relevance | path

Searched refs:encodedChar (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/util/
DX509CertificateUtils.java244 char encodedChar = (char) certificateBuffer.get(); in getNextDEREncodedCertificateBlock() local
246 if (encodedChar == '-') { in getNextDEREncodedCertificateBlock()
248 } else if (Character.isWhitespace(encodedChar)) { in getNextDEREncodedCertificateBlock()
251 pemEncoding.append(encodedChar); in getNextDEREncodedCertificateBlock()