Uses of Class
sun.security.mule.krb5.Checksum

Packages that use Checksum
sun.security.mule.krb5   
sun.security.mule.krb5.internal   
 

Uses of Checksum in sun.security.mule.krb5
 

Methods in sun.security.mule.krb5 that return Checksum
 Checksum KrbApReq.getChecksum()
          Returns the optional Checksum stored in the Authenticator for this message.
static Checksum Checksum.parse(sun.security.util.DerInputStream data, byte explicitTag, boolean optional)
          Parse (unmarshal) a checksum object from a DER input stream.
 

Constructors in sun.security.mule.krb5 with parameters of type Checksum
KrbApReq(Credentials tgsCred, boolean mutualRequired, boolean useSubKey, boolean useSeqNumber, Checksum cksum, Config kerberosConfig)
          Contructs a AP-REQ message to send to the peer.
 

Uses of Checksum in sun.security.mule.krb5.internal
 

Fields in sun.security.mule.krb5.internal declared as Checksum
 Checksum KRBSafe.cksum
           
 

Methods in sun.security.mule.krb5.internal that return Checksum
 Checksum Authenticator.getChecksum()
           
 

Constructors in sun.security.mule.krb5.internal with parameters of type Checksum
Authenticator(Realm new_crealm, PrincipalName new_cname, Checksum new_cksum, int new_cusec, KerberosTime new_ctime, EncryptionKey new_subKey, Integer new_seqNumber, AuthorizationData new_authorizationData, Config kerberosConfig)
           
KRBError(APOptions new_apOptions, KerberosTime new_cTime, Integer new_cuSec, KerberosTime new_sTime, Integer new_suSec, int new_errorCode, Realm new_crealm, PrincipalName new_cname, Realm new_realm, PrincipalName new_sname, String new_eText, byte[] new_eData, Checksum new_eCksum, Config kerberosConfig)
           
KRBSafe(KRBSafeBody new_safeBody, Checksum new_cksum)
           
 



Copyright © 2013. All Rights Reserved.