Top Fields Constructors Methods
sun.security.krb5.internal

public Class TGSReq

extends KDCReq
Class Inheritance
Imports
sun.security.krb5.*, sun.security.util.*, java.io.IOException

Field Summary

Inherited from sun.security.krb5.internal.KDCReq:
pADatareqBody

Constructor Summary

AccessConstructor and Description
public
TGSReq(PAData[] new_pAData, KDCReqBody new_reqBody)

public
TGSReq(byte[] data)

public
TGSReq(DerValue encoding)

Method Summary

Modifier and TypeMethod and Description
private void
init(DerValue encoding)

Inherited from sun.security.krb5.internal.KDCReq:
asn1Encodeinit

Constructor Detail

TGSReqback to summary
public TGSReq(PAData[] new_pAData, KDCReqBody new_reqBody) throws IOException
TGSReqback to summary
public TGSReq(byte[] data) throws Asn1Exception, IOException, KrbException
TGSReqback to summary
public TGSReq(DerValue encoding) throws Asn1Exception, IOException, KrbException

Method Detail

initback to summary
private void init(DerValue encoding) throws Asn1Exception, IOException, KrbException