Home
last modified time | relevance | path

Searched defs:ObjectIdentifier (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/sun/security/util/
DObjectIdentifier.annotated.java35 public final class ObjectIdentifier implements java.io.Serializable { class
38 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { throw new RuntimeExcepti… in ObjectIdentifier() method in ObjectIdentifier
40 public ObjectIdentifier(int[] values) throws java.io.IOException { throw new RuntimeException("Stub… in ObjectIdentifier() method in ObjectIdentifier
42 public ObjectIdentifier(sun.security.util.DerInputStream in) throws java.io.IOException { throw new… in ObjectIdentifier() method in ObjectIdentifier
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DObjectIdentifier.java31 public final class ObjectIdentifier implements java.io.Serializable { class
34 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
39 public ObjectIdentifier(int[] values) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
43 public ObjectIdentifier(sun.security.util.DerInputStream in) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
47 ObjectIdentifier(sun.security.util.DerInputBuffer buf) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java54 class ObjectIdentifier implements Serializable class
142 public ObjectIdentifier (String oid) throws IOException in ObjectIdentifier() method in ObjectIdentifier
215 public ObjectIdentifier (int values []) throws IOException in ObjectIdentifier() method in ObjectIdentifier
237 public ObjectIdentifier (DerInputStream in) throws IOException in ObjectIdentifier() method in ObjectIdentifier
274 ObjectIdentifier (DerInputBuffer buf) throws IOException in ObjectIdentifier() method in ObjectIdentifier