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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerOutputStream.java163 public void putInteger(BigInteger i) throws IOException { method in class:DerOutputStream
174 public void putInteger(Integer i) throws IOException { method in class:DerOutputStream
175 putInteger(i.intValue());
182 public void putInteger(int i) throws IOException { method in class:DerOutputStream

Completed in 69 milliseconds