sun.security.mule.krb5.internal
Class ASReq

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

public class ASReq
extends KDCReq


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.KDCReq
reqBody
 
Constructor Summary
ASReq(byte[] data)
           
ASReq(sun.security.util.DerValue encoding)
           
ASReq(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

ASReq

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

ASReq

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

ASReq

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


Copyright © 2013. All Rights Reserved.