jboss-sasl 1.0.0.Beta1

org.jboss.sasl.util
Interface SaslWrapper


public interface SaslWrapper

Author:
David M. Lloyd

Method Summary
 byte[] unwrap(byte[] incoming, int offset, int len)
           
 byte[] wrap(byte[] outgoing, int offset, int len)
           
 

Method Detail

wrap

byte[] wrap(byte[] outgoing,
            int offset,
            int len)
            throws SaslException
Throws:
SaslException

unwrap

byte[] unwrap(byte[] incoming,
              int offset,
              int len)
              throws SaslException
Throws:
SaslException

jboss-sasl 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.