com.ibm.security.krb5.internal
Class PAEncTSEnc
- java.lang.Object
com.ibm.security.krb5.internal.PAEncTSEnc
- public class PAEncTSEnc
- extends java.lang.Object
This definition reflects the Network Working Group RFC 1510 specifications dated September 1993 and available at http://www.ietf.org/rfc/rfc1510.txt.
Constructor Summary
Constructor and Description |
---|
PAEncTSEnc()
|
PAEncTSEnc(com.ibm.security.util.DerValue encoding)
Constructs a PAEncTSEnc object.
|
PAEncTSEnc(KerberosTime new_pATimeStamp,java.lang.Integer new_pAUSec)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
asn1Encode()
Encodes a PAEncTSEnc object.
|
|
getMicroSeconds()
|
getTime()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
PAEncTSEnc
- public PAEncTSEnc(KerberosTime new_pATimeStamp,
- java.lang.Integer new_pAUSec)
PAEncTSEnc
- public PAEncTSEnc()
PAEncTSEnc
- public PAEncTSEnc(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- java.io.IOException
Constructs a PAEncTSEnc 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
- public byte[] asn1Encode()
- throws Asn1Exception
- java.io.IOException
Encodes a PAEncTSEnc object.
Returns:
the byte array of encoded PAEncTSEnc 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. getTime
- public KerberosTime getTime()
getMicroSeconds
- public int getMicroSeconds()