Searched refs:cusec (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/rcache/
H A DAuthTime.java42 int cusec; field in class:AuthTime
47 * @param cusec microsecond field from the <code>Authenticator</code>.
51 cusec = c;
62 && (((AuthTime)o).cusec == cusec)) {
78 result = 37 * result + cusec;
H A DReplayCache.java83 if (temp.cusec < t.cusec) {
98 if (temp.cusec < t.cusec) {
139 + ((AuthTime)total[i]).cusec);
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbApRep.java86 apReq.cusec(),
142 encPart.cusec != apReq.getCtime().getMicroSeconds())
176 int cusec,
188 cusec,
173 createMessage( EncryptionKey key, KerberosTime ctime, int cusec, EncryptionKey subKey, SeqNumber seqNumber) argument
H A DKrbApReq.java50 private int cusec; field in class:KrbApReq
290 cusec = authenticator.cusec;
291 authenticator.ctime.setMicroSeconds(authenticator.cusec);
305 new AuthTime(authenticator.ctime.getTime(), authenticator.cusec);
380 int cusec() { method in class:KrbApReq
381 return cusec;
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DEncAPRepPart.java45 * cusec [1] Microseconds,
60 public int cusec; field in class:EncAPRepPart
70 cusec = new_cusec;
105 cusec = subDer.getData().getBigInteger().intValue();
140 temp.putInteger(BigInteger.valueOf(cusec));
H A DAuthenticator.java47 * cusec [4] Microseconds,
67 public int cusec; field in class:Authenticator
86 cusec = new_cusec;
139 cusec = subDer.getData().getBigInteger().intValue();
189 temp.putInteger(BigInteger.valueOf(cusec));

Completed in 38 milliseconds