|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.components.EncKrbCredPart
public class EncKrbCredPart
Encrypted part of credential message types.
| Constructor Summary | |
|---|---|
EncKrbCredPart(KrbCredInfo[] ticketInfo,
KerberosTime timeStamp,
java.lang.Integer usec,
java.lang.Integer nonce,
HostAddress sAddress,
HostAddresses rAddress)
Creates a new instance of EncKrbCredPart. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getNonce()
Returns the nonce. |
HostAddresses |
getRAddress()
Returns the "R" HostAddresses. |
HostAddress |
getSAddress()
Returns the "S" HostAddresses. |
KrbCredInfo[] |
getTicketInfo()
Returns the KrbCredInfos. |
KerberosTime |
getTimeStamp()
Returns the timestamp. |
java.lang.Integer |
getUsec()
Returns the microseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncKrbCredPart(KrbCredInfo[] ticketInfo,
KerberosTime timeStamp,
java.lang.Integer usec,
java.lang.Integer nonce,
HostAddress sAddress,
HostAddresses rAddress)
ticketInfo - timeStamp - usec - nonce - sAddress - rAddress - | Method Detail |
|---|
public java.lang.Integer getNonce()
public HostAddresses getRAddress()
HostAddresses.
HostAddresses.public HostAddress getSAddress()
HostAddresses.
HostAddresses.public KrbCredInfo[] getTicketInfo()
KrbCredInfos.
KrbCredInfos.public KerberosTime getTimeStamp()
public java.lang.Integer getUsec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||