com.ibm.security.krb5.internal
Class EncAPRepPart
- java.lang.Object
com.ibm.security.krb5.internal.EncAPRepPart
- public class EncAPRepPart
- 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 |
---|
EncAPRepPart(byte[] data)
|
EncAPRepPart(com.ibm.security.util.DerValue encoding)
|
EncAPRepPart(KerberosTime new_ctime,int new_cusec,EncryptionKey new_subKey,java.lang.Integer new_seqNumber)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
asn1Encode()
Encodes an EncAPRepPart object.
|
|
getMicroSeconds()
|
|
getSeqNumber()
|
getSubKey()
|
|
getTime()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
EncAPRepPart
- public EncAPRepPart(KerberosTime new_ctime,
- int new_cusec,
- EncryptionKey new_subKey,
- java.lang.Integer new_seqNumber)
EncAPRepPart
- public EncAPRepPart(byte[] data)
- throws Asn1Exception
- java.io.IOException
EncAPRepPart
- public EncAPRepPart(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- java.io.IOException
Method Detail
asn1Encode
- public byte[] asn1Encode()
- throws Asn1Exception
- java.io.IOException
Encodes an EncAPRepPart object.
Returns:
byte array of encoded EncAPRepPart 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. getSubKey
- public final EncryptionKey getSubKey( )
getSeqNumber
- public final java.lang.Integer getSeqNumber( )
getTime
- public KerberosTime getTime()
getMicroSeconds
- public int getMicroSeconds()