sun.security.mule.krb5.internal
Class ASRep

java.lang.Object
  extended by sun.security.mule.krb5.internal.KDCRep
      extended by sun.security.mule.krb5.internal.ASRep

public class ASRep
extends KDCRep


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.KDCRep
cname, crealm, encKDCRepPart, encPart, ticket
 
Constructor Summary
ASRep(byte[] data)
           
ASRep(sun.security.util.DerValue encoding)
           
ASRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
           
 
Method Summary
 
Methods inherited from class sun.security.mule.krb5.internal.KDCRep
asn1Encode, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASRep

public ASRep(PAData[] new_pAData,
             Realm new_crealm,
             PrincipalName new_cname,
             Ticket new_ticket,
             EncryptedData new_encPart)
      throws IOException
Throws:
IOException

ASRep

public ASRep(byte[] data)
      throws Asn1Exception,
             RealmException,
             KrbApErrException,
             IOException
Throws:
Asn1Exception
RealmException
KrbApErrException
IOException

ASRep

public ASRep(sun.security.util.DerValue encoding)
      throws Asn1Exception,
             RealmException,
             KrbApErrException,
             IOException
Throws:
Asn1Exception
RealmException
KrbApErrException
IOException


Copyright © 2013. All Rights Reserved.