Searched refs:certBuffer (Results 1 – 1 of 1) sorted by relevance
188 ByteBuffer certBuffer = getNextDEREncodedCertificateBlock(encodedCertsBuffer); in generateCertificates() local189 int startingPos = certBuffer.position(); in generateCertificates()190 Certificate reencodedCert = Asn1BerParser.parse(certBuffer, Certificate.class); in generateCertificates()194 byte[] originalEncoding = new byte[certBuffer.position() - startingPos]; in generateCertificates()195 certBuffer.position(startingPos); in generateCertificates()196 certBuffer.get(originalEncoding); in generateCertificates()