| 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.components |
Provides major components of Kerberos messages.
|
| Modifier and Type | Method and Description |
|---|---|
protected TransitedEncoding |
EncTicketPartDecoder.decodeTransitedEncoding(org.apache.directory.shared.asn1.der.DERSequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
TransitedEncodingEncoder.encode(TransitedEncoding te)
TransitedEncoding ::= SEQUENCE {
tr-type[0] INTEGER, -- must be registered
contents[1] OCTET STRING
}
|
| Modifier and Type | Method and Description |
|---|---|
TransitedEncoding |
EncTicketPart.getTransitedEncoding()
Returns the
TransitedEncoding. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncTicketPartModifier.setTransitedEncoding(TransitedEncoding encoding)
Sets the
TransitedEncoding. |
| Constructor and Description |
|---|
EncTicketPart(TicketFlags flags,
EncryptionKey key,
KerberosPrincipal clientPrincipal,
TransitedEncoding transited,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
HostAddresses caddr,
AuthorizationData authorizationData)
Creates a new instance of EncTicketPart.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.