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.java240 char encodedChar = (char) certificateBuffer.get(); in getNextDEREncodedCertificateBlock() local
242 if (encodedChar == '-') { in getNextDEREncodedCertificateBlock()
244 } else if (Character.isWhitespace(encodedChar)) { in getNextDEREncodedCertificateBlock()
247 pemEncoding.append(encodedChar); in getNextDEREncodedCertificateBlock()