Uses of Class
sun.security.mule.krb5.internal.APOptions

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

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

Fields in sun.security.mule.krb5.internal declared as APOptions
 APOptions APReq.apOptions
           
 

Methods in sun.security.mule.krb5.internal that return APOptions
static APOptions APOptions.parse(sun.security.util.DerInputStream data, byte explicitTag, boolean optional)
          Parse (unmarshal) an APOptions from a DER input stream.
 

Constructors in sun.security.mule.krb5.internal with parameters of type APOptions
APReq(APOptions new_apOptions, Ticket new_ticket, EncryptedData new_authenticator)
           
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)
           
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, Config kerberosConfig)
           
 



Copyright © 2013. All Rights Reserved.