Uses of Class
krb5.lib.EncryptedData

Packages that use EncryptedData
krb5.lib   
 

Uses of EncryptedData in krb5.lib
 

Fields in krb5.lib declared as EncryptedData
 EncryptedData APReq.authenticator
          Authenticator
 EncryptedData KDCReqBody.encAuthorizationData
          Encrypted authorization data
 EncryptedData APRep.encPart
          Encrypted part of the message
 EncryptedData KDCRep.encPart
          Encrypted part
 EncryptedData KRBPriv.encPart
          Encrypted part
 EncryptedData Ticket.encPart
          Encrypted data
 

Constructors in krb5.lib with parameters of type EncryptedData
APRep(EncryptedData new_encPart)
          Class constructor
APReq(APOptions new_apOptions, Ticket new_ticket, EncryptedData new_authenticator)
          Class constructor
ASRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
          Class constructor
KDCRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart, int req_type)
          Class constructor
KDCReqBody(KDCOptions new_kdcOptions, PrincipalName new_cname, Realm new_crealm, PrincipalName new_sname, KerberosTime new_from, KerberosTime new_till, KerberosTime new_rtime, int new_nonce, int[] new_eType, HostAddresses new_addresses, EncryptedData new_encAuthorizationData, Ticket[] new_additionalTickets)
           
KRBPriv(EncryptedData new_encPart)
          Class constructor
TGSRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
          Class constructor
Ticket(Realm new_realm, PrincipalName new_sname, EncryptedData new_encPart)
          Class constructor