com.ibm.security.krb5.internal.rcache

Class AuthTime

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.rcache.AuthTime

  1. public class AuthTime
  2. extends java.lang.Object
The class represents the timestamp in authenticator.
Version:
1.00 10 Jul 00
Author:
Yanni Zhang

Constructor Summary

Constructor and Description
AuthTime(long time,int c)
Constructs a new AuthTime.

Method Summary

Modifier and Type Method and Description
  1. boolean
equals(java.lang.Object o)
Compares if an object equals to an AuthTime object.
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

AuthTime

  1. public AuthTime(long time,
  2. int c)
Constructs a new AuthTime.
Parameters:
time - time from the Authenticator.
c - microsecond field from theAuthenticator.

Method Detail

equals

  1. public boolean equals(java.lang.Object o)
Compares if an object equals to an AuthTime object.
Overrides:
equals in class java.lang.Object
Parameters:
o - an object.
Returns:
true if two objects are equivalent, otherwise, return false.