sun.security.mule.krb5.internal
Class EncTGSRepPart

java.lang.Object
  extended by sun.security.mule.krb5.internal.EncKDCRepPart
      extended by sun.security.mule.krb5.internal.EncTGSRepPart

public class EncTGSRepPart
extends EncKDCRepPart


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.EncKDCRepPart
authtime, caddr, endtime, flags, key, keyExpiration, lastReq, msgType, nonce, renewTill, sname, srealm, starttime
 
Constructor Summary
EncTGSRepPart(byte[] data, Config kerberosConfig)
           
EncTGSRepPart(sun.security.util.DerValue encoding, Config kerberosConfig)
           
EncTGSRepPart(EncryptionKey new_key, LastReq new_lastReq, int new_nonce, KerberosTime new_keyExpiration, TicketFlags new_flags, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, Realm new_srealm, PrincipalName new_sname, HostAddresses new_caddr, Config kerberosConfig)
           
 
Method Summary
 byte[] asn1Encode()
           
 
Methods inherited from class sun.security.mule.krb5.internal.EncKDCRepPart
asn1Encode, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncTGSRepPart

public EncTGSRepPart(EncryptionKey new_key,
                     LastReq new_lastReq,
                     int new_nonce,
                     KerberosTime new_keyExpiration,
                     TicketFlags new_flags,
                     KerberosTime new_authtime,
                     KerberosTime new_starttime,
                     KerberosTime new_endtime,
                     KerberosTime new_renewTill,
                     Realm new_srealm,
                     PrincipalName new_sname,
                     HostAddresses new_caddr,
                     Config kerberosConfig)

EncTGSRepPart

public EncTGSRepPart(byte[] data,
                     Config kerberosConfig)
              throws Asn1Exception,
                     IOException,
                     KrbException
Throws:
Asn1Exception
IOException
KrbException

EncTGSRepPart

public EncTGSRepPart(sun.security.util.DerValue encoding,
                     Config kerberosConfig)
              throws Asn1Exception,
                     IOException,
                     KrbException
Throws:
Asn1Exception
IOException
KrbException
Method Detail

asn1Encode

public byte[] asn1Encode()
                  throws Asn1Exception,
                         IOException
Throws:
Asn1Exception
IOException


Copyright © 2013. All Rights Reserved.