OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octgen
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java
215
BEROctetStringGenerator
octGen
= new BEROctetStringGenerator(s, tagNo, isExplicit);
219
return
octGen
.getOctetOutputStream(new byte[bufferSize]);
222
return
octGen
.getOctetOutputStream();
Completed in 42 milliseconds