com.ibm.security.krb5.internal.rcache
Class AuthTime
- java.lang.Object
com.ibm.security.krb5.internal.rcache.AuthTime
- public class AuthTime
- extends java.lang.Object
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 |
---|---|
|
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
- public AuthTime(long time,
- int c)
Parameters:
time
- time from the Authenticator
. c
- microsecond field from theAuthenticator
. Method Detail
equals
- 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.
AuthTime
.