| 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.application |
Provides message objects for Kerberos application messages.
|
| org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
| org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
| Modifier and Type | Method and Description |
|---|---|
protected static HostAddress |
HostAddressDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
HostAddress ::= SEQUENCE {
addr-type[0] INTEGER,
address[1] OCTET STRING
}
|
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
HostAddressesEncoder.encode(HostAddress host)
HostAddress ::= SEQUENCE {
addr-type[0] INTEGER,
address[1] OCTET STRING
}
|
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
SafeMessage.getRAddress()
Returns the "R"
HostAddress. |
HostAddress |
SafeBody.getRAddress()
Returns the "R"
HostAddress. |
HostAddress |
SafeMessage.getSAddress()
Returns the "S"
HostAddress. |
HostAddress |
SafeBody.getSAddress()
Returns the "S"
HostAddress. |
| Constructor and Description |
|---|
SafeBody(byte[] userData,
KerberosTime timestamp,
Integer usec,
Integer seqNumber,
HostAddress sAddress,
HostAddress rAddress)
Creates a new instance of SafeBody.
|
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
EncKrbPrivPart.getRecipientAddress()
Returns the recipient
HostAddress. |
HostAddress |
EncKrbCredPart.getSAddress()
Returns the "S"
HostAddresses. |
HostAddress |
EncKrbPrivPart.getSenderAddress()
Returns the sender
HostAddress. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncKrbPrivPartModifier.setRecipientAddress(HostAddress address)
Sets the recipient
HostAddress. |
void |
EncKrbPrivPartModifier.setSenderAddress(HostAddress address)
Sets the sender
HostAddress. |
| Constructor and Description |
|---|
EncKrbCredPart(KrbCredInfo[] ticketInfo,
KerberosTime timeStamp,
Integer usec,
Integer nonce,
HostAddress sAddress,
HostAddresses rAddress)
Creates a new instance of EncKrbCredPart.
|
EncKrbPrivPart(byte[] userData,
KerberosTime timestamp,
Integer usec,
Integer sequenceNumber,
HostAddress senderAddress,
HostAddress recipientAddress)
Creates a new instance of EncKrbPrivPart.
|
| Modifier and Type | Method and Description |
|---|---|
HostAddress[] |
HostAddresses.getAddresses()
Returns the contained
HostAddresss as an array. |
| Modifier and Type | Method and Description |
|---|---|
void |
HostAddresses.addHostAddress(HostAddress hostAddress) |
boolean |
HostAddresses.contains(HostAddress address)
Returns true if this
HostAddresses contains a specified HostAddress. |
| Constructor and Description |
|---|
HostAddresses(HostAddress[] addresses)
Creates a new instance of HostAddresses.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.