public class PreAuthenticationDataEncoder extends Object
| Constructor and Description |
|---|
PreAuthenticationDataEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
encode(PaData preAuth)
PA-DATA ::= SEQUENCE {
padata-type[1] INTEGER,
padata-value[2] OCTET STRING
}
|
static byte[] |
encode(PaData[] preAuth)
Encodes an array of
PaDatas into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
encodeSequence(PaData[] preAuth)
METHOD-DATA ::= SEQUENCE OF PA-DATA
|
public static byte[] encode(PaData[] preAuth) throws IOException
PaDatas into a byte array.preAuth - IOExceptionprotected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(PaData[] preAuth)
protected static org.apache.directory.shared.asn1.der.DERSequence encode(PaData preAuth)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.