public class AuthenticatorEncoder extends Object implements Encoder, EncoderFactory
| Constructor and Description |
|---|
AuthenticatorEncoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(Encodable authenticator)
Encodes an
Authenticator into a byte array. |
Encoder |
getEncoder()
Returns an
Encoder. |
public byte[] encode(Encodable authenticator) throws IOException
Authenticator into a byte array.encode in interface Encoderauthenticator - IOExceptionpublic Encoder getEncoder()
EncoderFactoryEncoder.getEncoder in interface EncoderFactoryEncoder.Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.