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

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSHeader.java53 public class GSSHeader { class
66 * Creates a GSSHeader instance whose encoding can be used as the
72 public GSSHeader(ObjectIdentifier mechOid, int mechTokenLength) method in class:GSSHeader
83 * Reads in a GSSHeader from an InputStream. Typically this would be
87 public GSSHeader(InputStream is) method in class:GSSHeader
98 "GSSHeader did not find the right tag");
115 * Used to obtain the Oid stored in this GSSHeader instance.
124 * will follow the encoding of this GSSHeader instance.
126 * will follow this GSSHeader.
133 * Used to obtain the length of the encoding of this GSSHeader
[all...]

Completed in 29 milliseconds