Searched refs:encodedChar (Results 1 – 1 of 1) sorted by relevance
240 char encodedChar = (char) certificateBuffer.get(); in getNextDEREncodedCertificateBlock() local242 if (encodedChar == '-') { in getNextDEREncodedCertificateBlock()244 } else if (Character.isWhitespace(encodedChar)) { in getNextDEREncodedCertificateBlock()247 pemEncoding.append(encodedChar); in getNextDEREncodedCertificateBlock()