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

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DOid.java42 * ISOIEC-8825. For example the Oid representation of Kerberos V5
45 * The GSSName name class contains public static Oid objects
51 public class Oid { class
57 * Constructs an Oid object from a string representation of its
65 public Oid(String strOid) throws GSSException { method in class:Oid
78 * Creates an Oid object from its ASN.1 DER encoding. This refers to
87 public Oid(InputStream derOid) throws GSSException { method in class:Oid
94 "Improperly formatted ASN.1 DER encoding for Oid");
100 * Creates an Oid object from its ASN.1 DER encoding. This refers to
109 public Oid(byt method in class:Oid
[all...]

Completed in 127 milliseconds