Searched refs:apReq (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DInitSecContextToken.java39 private KrbApReq apReq = null; field in class:InitSecContextToken
67 apReq = new KrbApReq(serviceTicket,
73 context.resetMySequenceNumber(apReq.getSeqNumber().intValue());
75 EncryptionKey subKey = apReq.getSubKey();
108 apReq = new KrbApReq(apReqBytes, keys, addr);
111 EncryptionKey sessionKey = apReq.getCreds().getSessionKey();
118 EncryptionKey subKey = apReq.getSubKey();
131 context, apReq.getChecksum(), sessionKey, subKey);
142 Integer apReqSeqNumber = apReq.getSeqNumber();
152 new KerberosTime(apReq
[all...]
H A DAcceptSecContextToken.java44 KrbApReq apReq)
61 apRep = new KrbApRep(apReq, useSequenceNumber, useSubkey);
76 Credentials serviceCreds, KrbApReq apReq,
89 KrbApRep apRep = new KrbApRep(apRepBytes, serviceCreds, apReq);
43 AcceptSecContextToken(Krb5Context context, KrbApReq apReq) argument
75 AcceptSecContextToken(Krb5Context context, Credentials serviceCreds, KrbApReq apReq, InputStream is) argument
H A DKrb5Context.java122 private KrbApReq apReq; field in class:Krb5Context
683 apReq = ((InitSecContextToken)token).getKrbApReq();
696 new AcceptSecContextToken(this, serviceCreds, apReq, is);
698 apReq = null;
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbApRep.java79 private void init(KrbApReq apReq, argument
84 apReq.getCreds().key,
85 apReq.getCtime(),
86 apReq.cusec(),
139 private void authenticate(KrbApReq apReq) argument
141 if (encPart.ctime.getSeconds() != apReq.getCtime().getSeconds() ||
142 encPart.cusec != apReq.getCtime().getMicroSeconds())
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java672 APReq apReq = new APReq(pa.getValue());
673 EncryptedData ed = apReq.authenticator;
674 tkt = apReq.ticket;

Completed in 39 milliseconds