Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages |
Provides base message objects for Kerberos request and
reply messages.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
protected static LastRequest |
LastRequestDecoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
LastReq ::= SEQUENCE OF SEQUENCE {
lr-type[0] INTEGER,
lr-value[1] KerberosTime
}
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
LastRequestEncoder.encode(LastRequest lastReq)
LastReq ::= SEQUENCE OF SEQUENCE {
lr-type[0] INTEGER,
lr-value[1] KerberosTime
}
|
Modifier and Type | Method and Description |
---|---|
LastRequest |
KdcReply.getLastRequest()
Returns the
LastRequest . |
Modifier and Type | Method and Description |
---|---|
void |
KdcReply.setLastRequest(LastRequest request)
Sets the
LastRequest . |
Modifier and Type | Method and Description |
---|---|
LastRequest |
EncKdcRepPart.getLastRequest()
Returns the
LastRequest . |
Modifier and Type | Method and Description |
---|---|
void |
EncKdcRepPart.setLastRequest(LastRequest request)
Sets the
LastRequest . |
Constructor and Description |
---|
EncAsRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authTime,
KerberosTime startTime,
KerberosTime endTime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr)
Creates a new instance of EncAsRepPart.
|
EncKdcRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr,
MessageComponentType componentType)
Creates a new instance of EncKdcRepPart.
|
EncTgsRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr)
Creates a new instance of EncTgsRepPart.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.