|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotYetDecryptedException | |
com.dstc.security.kerberos | This package defines the main Kerberos 5 interfaces and classes. |
com.dstc.security.kerberos.msg | This package defines interfaces to Kerberos 5 messages. |
Uses of NotYetDecryptedException in com.dstc.security.kerberos |
Methods in com.dstc.security.kerberos that throw NotYetDecryptedException | |
TicketFlags |
Ticket.getTicketFlags()
Returns the ticket flags for this Ticket |
EncryptionKey |
Ticket.getKey()
Returns the session key in this Ticket |
String |
Ticket.getClientRealm()
Returns the client's realm for this Ticket |
PrincipalName |
Ticket.getClientName()
Returns the client's principal name for this Ticket |
String[] |
Ticket.getTransited()
Returns the names of the realms which took part in authenticating the user to whom this Ticket was issued. |
Date |
Ticket.getAuthTime()
Returns the time of initial authentication for this Ticket |
Date |
Ticket.getStartTime()
Returns the time after which this Ticket is valid, or null if absent in which case the initial authentication time is the effective start time. |
Date |
Ticket.getEndTime()
Returns the expiration time for this Ticket |
boolean |
Ticket.isValid()
Returns true if this Ticket is valid at the time this method call is made. |
Date |
Ticket.getRenewTill()
Returns the absolute expiration time for this Ticket, including renewals or null if absent. |
InetAddress[] |
Ticket.getClientAddresses()
Returns all client addresses for which this Ticket is valid. |
AuthorizationDataElement[] |
Ticket.getAuthData()
Returns all the authorization data for this Ticket. |
Uses of NotYetDecryptedException in com.dstc.security.kerberos.msg |
Methods in com.dstc.security.kerberos.msg that throw NotYetDecryptedException | |
LastReqElement[] |
KrbASRep.getLastRequest()
Returns all the LastReqElements in this response |
Date |
KrbASRep.getKeyExpiration()
Returns the key expiration time in this response |
EncryptionKey |
KrbASRep.getSessionKey()
Returns the session key in this request, or null if absent |
int |
KrbASRep.getNonce()
Returns the nonce in this response |
TicketFlags |
KrbASRep.getTicketFlags()
Returns all the TicketFlags in this response |
Date |
KrbASRep.getAuthTime()
Returns the authentication time in this response |
Date |
KrbASRep.getStartTime()
Returns the start time in this response, or null if absent in which case the authentication time is the effective start time |
Date |
KrbASRep.getEndTime()
Returns the end time in this response |
Date |
KrbASRep.getRenewTill()
Returns the absolute last renewal time in this response, or null if absent |
String |
KrbASRep.getServerRealm()
Returns the server realm in this response |
PrincipalName |
KrbASRep.getServerName()
Returns the server PrincipalName in this response |
InetAddress[] |
KrbASRep.getClientAddresses()
Returns all the client addresses in this response. |
int |
APRep.getSequenceNumber()
Returns the sequence number in this response |
Date |
APRep.getClientTime()
Returns the client time in this response. |
EncryptionKey |
APRep.getSubSessionKey()
Returns the sub-session key in this response |
LastReqElement[] |
KrbTGSRep.getLastRequest()
Returns all the LastReqElement in this response |
Date |
KrbTGSRep.getKeyExpiration()
Returns the key expiration time in this response, or null if absent |
EncryptionKey |
KrbTGSRep.getSessionKey()
Returns the session key in this response, or null if absent |
int |
KrbTGSRep.getNonce()
Returns the nonce in this response |
TicketFlags |
KrbTGSRep.getTicketFlags()
Returns the TicketFlags in this response |
Date |
KrbTGSRep.getAuthTime()
Returns the authentication time in this response |
Date |
KrbTGSRep.getStartTime()
Returns the start time in this response, or null if absent in which case the authentication time is the effective start time. |
Date |
KrbTGSRep.getEndTime()
Returns the end time for this response |
Date |
KrbTGSRep.getRenewTill()
Returns the absolute last renewal time in this response, or null if absent |
String |
KrbTGSRep.getServerRealm()
Returns the server realm in this response |
PrincipalName |
KrbTGSRep.getServerName()
Returns the server name in this response |
InetAddress[] |
KrbTGSRep.getClientAddresses()
Returns all the addresses in this response |
int |
APReq.getSequenceNumber()
Returns the sequence number in this Request, or -1 if absent |
String |
APReq.getClientRealm()
Returns the client realm in this Request |
PrincipalName |
APReq.getClientName()
Returns the client PrincipalName in this Request |
Date |
APReq.getClientTime()
Returns the client time in this response. |
int |
APReq.getCusec()
Returns the microsecond part of the client time (including any fractional milliseconds). |
Checksum |
APReq.getChecksum()
Returns the Checksum in this Request, or null if absent |
EncryptionKey |
APReq.getSubKey()
Returns the sub-session key in this Request, or null if absent |
AuthorizationDataElement[] |
APReq.getAuthorizationData()
Returns the authorization data in this Request, or null if absent |
Credential[] |
KrbCred.getTicketInfo()
Returns all the Credentials in this message |
int |
KrbCred.getNonce()
Returns the nonce in this message, or -1 if absent |
Date |
KrbCred.getTimeStamp()
Returns the timestamp in this message. |
InetAddress |
KrbCred.getSenderAddress()
Returns the sender address in this message, or null if absent |
InetAddress |
KrbCred.getReceiverAddress()
Returns the receiver address in this message, or null if absent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |