EncAPRepPart ::= [APPLICATION 27] SEQUENCE {
ctime [0] KerberosTime,
cusec [1] Microseconds,
subkey [2] EncryptionKey OPTIONAL,
seq-number [3] UInt32 OPTIONAL
}
This definition reflects the Network Working Group RFC 4120 specification available at http://www.ietf.org/rfc/rfc4120.txt.
Modifier and Type | Field and Description |
---|---|
public KerberosTime | |
public int | |
pack-priv Integer | |
pack-priv EncryptionKey |
Access | Constructor and Description |
---|---|
public | EncAPRepPart(KerberosTime new_ctime, int new_cusec, EncryptionKey new_subKey, Integer new_seqNumber)
|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public byte[] | |
public final Integer | |
public final EncryptionKey | |
private void |
ctime | back to summary |
---|---|
public KerberosTime ctime |
cusec | back to summary |
---|---|
public int cusec |
seqNumber | back to summary |
---|---|
pack-priv Integer seqNumber |
subKey | back to summary |
---|---|
pack-priv EncryptionKey subKey |
EncAPRepPart | back to summary |
---|---|
public EncAPRepPart(KerberosTime new_ctime, int new_cusec, EncryptionKey new_subKey, Integer new_seqNumber) |
EncAPRepPart | back to summary |
---|---|
public EncAPRepPart(byte[] data) throws Asn1Exception, IOException |
EncAPRepPart | back to summary |
---|---|
public EncAPRepPart(DerValue encoding) throws Asn1Exception, IOException |
asn1Encode | back to summary |
---|---|
public byte[] asn1Encode() throws Asn1Exception, IOException Encodes an EncAPRepPart object.
|
getSeqNumber | back to summary |
---|---|
public final Integer getSeqNumber() |
getSubKey | back to summary |
---|---|
public final EncryptionKey getSubKey() |
init | back to summary |
---|---|
private void init(DerValue encoding) throws Asn1Exception, IOException Initializes an EncaPRepPart object.
|