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 Encoder
authenticator
- IOException
public Encoder getEncoder()
EncoderFactory
Encoder
.getEncoder
in interface EncoderFactory
Encoder
.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.