com.ibm.security.krb5.internal

Class LastReqEntry

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.LastReqEntry

  1. public class LastReqEntry
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
LastReqEntry(com.ibm.security.util.DerValue encoding)
Constructs a LastReqEntry object.
LastReqEntry(int Type,KerberosTime time)

Method Summary

Modifier and Type Method and Description
  1. byte[]
asn1Encode()
Encodes an LastReqEntry object.
  1. java.lang.Object
clone()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

LastReqEntry

  1. public LastReqEntry(int Type,
  2. KerberosTime time)

LastReqEntry

  1. public LastReqEntry(com.ibm.security.util.DerValue encoding)
  2. throws Asn1Exception
  3. java.io.IOException
Constructs a LastReqEntry object.
Parameters:
encoding - a Der-encoded data.
Throws:
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
java.io.IOException - if an I/O error occurs while reading encoded data.

Method Detail

asn1Encode

  1. public byte[] asn1Encode()
  2. throws Asn1Exception
  3. java.io.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.
java.io.IOException - if an I/O error occurs while reading encoded data.

clone

  1. public java.lang.Object clone()
Overrides:
clone in class java.lang.Object