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
PaData s 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
PaData
s into a byte array.preAuth
- IOException
protected 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–2013 The Apache Software Foundation. All rights reserved.