Uses of Interface
com.dstc.security.kerberos.PaData

Packages that use PaData
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 PaData in com.dstc.security.kerberos
 

Classes in com.dstc.security.kerberos that implement PaData
 class PaEncTimestamp
          A concrete PaData implementation class for encrypted timestamp pre-authentication.
 

Methods in com.dstc.security.kerberos with parameters of type PaData
 KrbASReq Kerberos.createKrbASReq(PrincipalName sName, KDCOptions options, InetAddress[] adds, Date validFrom, Date validTill, PaData[] padatas)
          Creates and returns a KrbASReq in order to send to a KDC.
 Credential Kerberos.requestTicketGrantingTicket(EncryptionKey key, KDCOptions options, Date validFrom, Date validTill, InetAddress[] adds, PaData[] padatas)
          Requests from the KDC a TGT with supplied request options, validity dates (may be null, in which case defaults apply), addresses for which the ticket is to be valid (may be null, in which case it's all the local addresses), pre-authentication data (may be null), together with an encryption key to decrypt the KDC response.
 Credential Kerberos.requestInitialTicket(EncryptionKey key, PrincipalName sName, KDCOptions options, Date validFrom, Date validTill, InetAddress[] adds, PaData[] padatas)
          Requests from the KDC an initial ticket (may be TGT or service ticket) for the supplied target principal with supplied request options, validity dates (may be null, in which case defaults apply), addresses for which the ticket is to be valid (may be null, in which case it's all the local addresses), pre-authentication data (may be null), together with an encryption key to decrypt the KDC response.
 

Uses of PaData in com.dstc.security.kerberos.msg
 

Methods in com.dstc.security.kerberos.msg that return PaData
 PaData[] KrbASRep.getPadatas()
          Returns all the PaDatas in this response.
 PaData[] KrbASReq.getPaDatas()
          Returns all the PaDatas in this request
 PaData[] KrbTGSRep.getPadatas()
          Returns all the PaDatas in this response
 PaData[] KrbTGSReq.getPaDatas()
          Returns all the PaDatas in this request