Searched defs:pbis (Results 1 – 5 of 5) sorted by relevance
115 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local172 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local239 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()241 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
204 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in fromPkcs7Encoding() local
113 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local170 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local237 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()239 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
203 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in fromPkcs7Encoding() local
43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); in LoadFonts() local71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); in LoadFontsForBuilding() local199 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection()