sun.security.mule.krb5.internal
Class LastReqEntry

java.lang.Object
  extended by sun.security.mule.krb5.internal.LastReqEntry

public class LastReqEntry
extends Object


Constructor Summary
LastReqEntry(sun.security.util.DerValue encoding, Config kerberosConfig)
          Constructs a LastReqEntry object.
LastReqEntry(int Type, KerberosTime time, Config kerberosConfig)
           
 
Method Summary
 byte[] asn1Encode()
          Encodes an LastReqEntry object.
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastReqEntry

public LastReqEntry(int Type,
                    KerberosTime time,
                    Config kerberosConfig)

LastReqEntry

public LastReqEntry(sun.security.util.DerValue encoding,
                    Config kerberosConfig)
             throws Asn1Exception,
                    IOException
Constructs a LastReqEntry object.

Parameters:
encoding - a Der-encoded data.
Throws:
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.
Method Detail

asn1Encode

public byte[] asn1Encode()
                  throws Asn1Exception,
                         IOException
Encodes an LastReqEntry object.

Returns:
the byte array of encoded LastReqEntry object.
Throws:
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.