|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.decoder.PreAuthenticationDataDecoder
public class PreAuthenticationDataDecoder
Constructor Summary | |
---|---|
PreAuthenticationDataDecoder()
|
Method Summary | |
---|---|
PaData |
decode(byte[] encodedPreAuthData)
Decodes a byte array into PaData . |
protected static PaData |
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 PaData[] |
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 } |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreAuthenticationDataDecoder()
Method Detail |
---|
public PaData decode(byte[] encodedPreAuthData) throws java.io.IOException
PaData
.
encodedPreAuthData
-
PaData
.
java.io.IOException
protected static PaData[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
protected static PaData decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |