Package | Description |
---|---|
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 |
---|---|
org.apache.directory.shared.asn1.der.DERSequence |
EncTicketPartEncoder.encodeInitialSequence(EncTicketPart ticketPart)
Encodes an
EncTicketPart into a DERSequence . |
Modifier and Type | Method and Description |
---|---|
EncTicketPart |
Ticket.getEncTicketPart()
Returns the
EncTicketPart . |
EncTicketPart |
EncTicketPartModifier.getEncTicketPart()
Returns the
EncTicketPart . |
Modifier and Type | Method and Description |
---|---|
void |
Ticket.setEncTicketPart(EncTicketPart decryptedPart)
Sets the
EncTicketPart . |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.