|
||||||||||
| 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.encoder.PreAuthenticationDataEncoder
public class PreAuthenticationDataEncoder
| Constructor Summary | |
|---|---|
PreAuthenticationDataEncoder()
|
|
| Method Summary | |
|---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
encode(PreAuthenticationData preAuth)
PA-DATA ::= SEQUENCE { padata-type[1] INTEGER, padata-value[2] OCTET STRING } |
static byte[] |
encode(PreAuthenticationData[] preAuth)
Encodes an array of PreAuthenticationDatas into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
encodeSequence(PreAuthenticationData[] preAuth)
METHOD-DATA ::= SEQUENCE OF PA-DATA |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreAuthenticationDataEncoder()
| Method Detail |
|---|
public static byte[] encode(PreAuthenticationData[] preAuth)
throws java.io.IOException
PreAuthenticationDatas into a byte array.
preAuth -
java.io.IOExceptionprotected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(PreAuthenticationData[] preAuth)
protected static org.apache.directory.shared.asn1.der.DERSequence encode(PreAuthenticationData preAuth)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||