public class EncryptedTimeStamp extends Object implements Encodable
| Constructor and Description |
|---|
EncryptedTimeStamp(KerberosTime timeStamp,
int microSeconds)
Creates a new instance of EncryptedTimeStamp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMicroSeconds()
Returns the microseconds.
|
KerberosTime |
getTimeStamp()
Returns the
KerberosTime. |
public EncryptedTimeStamp(KerberosTime timeStamp, int microSeconds)
timeStamp - microSeconds - public KerberosTime getTimeStamp()
KerberosTime.KerberosTime.public int getMicroSeconds()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.