com.ibm.security.krb5.internal
Class ASReq
- java.lang.Object
com.ibm.security.krb5.internal.KDCReq
com.ibm.security.krb5.internal.ASReq
- public class ASReq
- 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
- public ASReq(PAData[] new_pAData,
- KDCReqBody new_reqBody)
ASReq
- public ASReq(byte[] data)
- throws Asn1Exception
- KrbException
- java.io.IOException
ASReq
- public ASReq(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- KrbException
- java.io.IOException