Searched refs:certBuffer (Results 1 – 1 of 1) sorted by relevance
192 ByteBuffer certBuffer = getNextDEREncodedCertificateBlock(encodedCertsBuffer); in generateCertificates() local193 int startingPos = certBuffer.position(); in generateCertificates()194 Certificate reencodedCert = Asn1BerParser.parse(certBuffer, Certificate.class); in generateCertificates()198 byte[] originalEncoding = new byte[certBuffer.position() - startingPos]; in generateCertificates()199 certBuffer.position(startingPos); in generateCertificates()200 certBuffer.get(originalEncoding); in generateCertificates()