Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerOutputStream.java73 public void putInteger(java.math.BigInteger i) throws java.io.IOException { in putInteger() method in DerOutputStream
77 public void putInteger(java.lang.Integer i) throws java.io.IOException { in putInteger() method in DerOutputStream
82 public void putInteger(int i) throws java.io.IOException { in putInteger() method in DerOutputStream
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java163 public void putInteger(BigInteger i) throws IOException { in putInteger() method in DerOutputStream
174 public void putInteger(Integer i) throws IOException { in putInteger() method in DerOutputStream
182 public void putInteger(int i) throws IOException { in putInteger() method in DerOutputStream