com.ibm.security.krb5.internal

Class ASReq

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.KDCReq
  3. extended bycom.ibm.security.krb5.internal.ASReq

  1. public class ASReq
  2. extends KDCReq

Constructor Summary

Constructor and Description
ASReq(byte[] data)
ASReq(com.ibm.security.util.DerValue encoding)
ASReq(PAData[] new_pAData,KDCReqBody new_reqBody)

Method Summary

Methods inherited from class com.ibm.security.krb5.internal.KDCReq
asn1Encode, asn1EncodeReqBody, getMessageType, getPAData, getProtocolVersionNumber, getRequestBody, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ASReq

  1. public ASReq(PAData[] new_pAData,
  2. KDCReqBody new_reqBody)

ASReq

  1. public ASReq(byte[] data)
  2. throws Asn1Exception
  3. KrbException
  4. java.io.IOException
Throws:
java.io.IOException

ASReq

  1. public ASReq(com.ibm.security.util.DerValue encoding)
  2. throws Asn1Exception
  3. KrbException
  4. java.io.IOException
Throws:
java.io.IOException