Uses of Class
krb5.lib.Checksum

Packages that use Checksum
krb5.client.lib   
krb5.lib   
 

Uses of Checksum in krb5.client.lib
 

Methods in krb5.client.lib with parameters of type Checksum
static APReq ClientUtil.ap_req(APOptions apOptions, Ticket ticket, EncryptionKey key, Realm crealm, PrincipalName cname, Checksum cksum, KerberosTime ctime, EncryptionKey subKey, SeqNumber seqNumber, AuthorizationData authorizationData)
          Compose APReq message
 

Constructors in krb5.client.lib with parameters of type Checksum
KrbApReq(APOptions options, Credentials tgs_creds, Checksum cksum, EncryptionKey subKey, SeqNumber seqNumber, AuthorizationData authorizationData)
          Class constructor.
 

Uses of Checksum in krb5.lib
 

Fields in krb5.lib declared as Checksum
 Checksum Authenticator.cksum
          Checksum
 

Methods in krb5.lib with parameters of type Checksum
 boolean Checksum.isEqual(Checksum cksum)
          Check whether a given checksum value is the same this one
 

Constructors in krb5.lib with parameters of type Checksum
Authenticator(Realm new_crealm, PrincipalName new_cname, Checksum new_cksum, int new_cusec, KerberosTime new_ctime, EncryptionKey new_subKey, java.lang.Integer new_seqNumber, AuthorizationData new_authorizationData)
          Class constructor