Searched refs:TGSRep (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DTGSRep.java41 public class TGSRep extends KDCRep { class in inherits:KDCRep
43 public TGSRep( method in class:TGSRep
54 public TGSRep(byte[] data) throws Asn1Exception, method in class:TGSRep
59 public TGSRep(DerValue encoding) throws Asn1Exception, method in class:TGSRep
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbTgsRep.java44 private TGSRep rep;
53 TGSRep rep = null;
55 rep = new TGSRep(ref);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java774 TGSRep tgsRep = new TGSRep(null,

Completed in 33 milliseconds