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