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

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DLastReq.java39 * Implements the ASN.1 LastReq type.
42 * LastReq ::= SEQUENCE OF SEQUENCE {
55 public class LastReq { class
58 public LastReq(LastReqEntry[] entries) throws IOException { method in class:LastReq
73 * Constructs a LastReq object.
79 public LastReq(DerValue encoding) throws Asn1Exception, IOException { method in class:LastReq
94 * Encodes an LastReq object.
95 * @return the byte array of encoded LastReq object.
120 * @return an instance of LastReq.
124 public static LastReq pars
[all...]

Completed in 30 milliseconds