Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.PreAuthenticationData

Packages that use PreAuthenticationData
org.apache.directory.server.kerberos.shared.io.decoder   
org.apache.directory.server.kerberos.shared.io.encoder   
org.apache.directory.server.kerberos.shared.messages   
org.apache.directory.server.kerberos.shared.messages.value   
 

Uses of PreAuthenticationData in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return PreAuthenticationData
 PreAuthenticationData PreAuthenticationDataDecoder.decode(byte[] encodedPreAuthData)
           
protected static PreAuthenticationData PreAuthenticationDataDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          PA-DATA ::= SEQUENCE { padata-type[1] INTEGER, padata-value[2] OCTET STRING, -- might be encoded AP-REQ }
protected static PreAuthenticationData[] PreAuthenticationDataDecoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
          KDC-REQ ::= SEQUENCE { pvno[1] INTEGER, msg-type[2] INTEGER, padata[3] SEQUENCE OF PA-DATA OPTIONAL, req-body[4] KDC-REQ-BODY }
 

Uses of PreAuthenticationData in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type PreAuthenticationData
protected static org.apache.directory.shared.asn1.der.DERSequence PreAuthenticationDataEncoder.encode(PreAuthenticationData preAuth)
          PA-DATA ::= SEQUENCE { padata-type[1] INTEGER, padata-value[2] OCTET STRING }
static byte[] PreAuthenticationDataEncoder.encode(PreAuthenticationData[] preAuth)
           
protected static org.apache.directory.shared.asn1.der.DERSequence PreAuthenticationDataEncoder.encodeSequence(PreAuthenticationData[] preAuth)
           
 

Uses of PreAuthenticationData in org.apache.directory.server.kerberos.shared.messages
 

Methods in org.apache.directory.server.kerberos.shared.messages that return PreAuthenticationData
 PreAuthenticationData[] KdcReply.getPaData()
           
 PreAuthenticationData[] KdcRequest.getPreAuthData()
           
 

Methods in org.apache.directory.server.kerberos.shared.messages with parameters of type PreAuthenticationData
 void KdcReply.setPaData(PreAuthenticationData[] data)
           
 

Constructors in org.apache.directory.server.kerberos.shared.messages with parameters of type PreAuthenticationData
AuthenticationReply(PreAuthenticationData[] paData, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Ticket ticket, EncryptedData encPart)
           
KdcReply(PreAuthenticationData[] paData, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Ticket ticket, EncryptedData encPart, MessageType msgType)
           
KdcRequest(int pvno, MessageType messageType, PreAuthenticationData[] preAuthData, RequestBody requestBody)
           
KdcRequest(int pvno, MessageType messageType, PreAuthenticationData[] preAuthData, RequestBody requestBody, byte[] bodyBytes)
           
TicketGrantReply(PreAuthenticationData[] pAData, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Ticket ticket, EncryptedData encPart)
           
 

Uses of PreAuthenticationData in org.apache.directory.server.kerberos.shared.messages.value
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return PreAuthenticationData
 PreAuthenticationData PreAuthenticationDataModifier.getPreAuthenticationData()
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.