sun.security.mule.krb5.internal
Class TGSReq

java.lang.Object
  extended by sun.security.mule.krb5.internal.KDCReq
      extended by sun.security.mule.krb5.internal.TGSReq

public class TGSReq
extends KDCReq


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.KDCReq
reqBody
 
Constructor Summary
TGSReq(byte[] data)
           
TGSReq(sun.security.util.DerValue encoding)
           
TGSReq(PAData[] new_pAData, KDCReqBody new_reqBody)
           
 
Method Summary
 
Methods inherited from class sun.security.mule.krb5.internal.KDCReq
asn1Encode, asn1EncodeReqBody, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSReq

public TGSReq(PAData[] new_pAData,
              KDCReqBody new_reqBody)
       throws IOException
Throws:
IOException

TGSReq

public TGSReq(byte[] data)
       throws Asn1Exception,
              IOException,
              KrbException
Throws:
Asn1Exception
IOException
KrbException

TGSReq

public TGSReq(sun.security.util.DerValue encoding)
       throws Asn1Exception,
              IOException,
              KrbException
Throws:
Asn1Exception
IOException
KrbException


Copyright © 2013. All Rights Reserved.