Searched defs:getSafeOutputStream (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java357 static OutputStream getSafeOutputStream(OutputStream s) method in class:CMSUtils
365 return s1 == null ? getSafeOutputStream(s2)
366 : s2 == null ? getSafeOutputStream(s1) : new TeeOutputStream(

Completed in 100 milliseconds