Class SaslXTOKEN

java.lang.Object
tigase.auth.mechanisms.AbstractSasl
tigase.auth.mechanisms.SaslXTOKEN
All Implemented Interfaces:
SaslServer

public class SaslXTOKEN extends AbstractSasl
  • Field Details

  • Method Details

    • generateSecretKey

      public static byte[] generateSecretKey()
    • getMechanismName

      public String getMechanismName()
    • evaluateResponse

      public byte[] evaluateResponse(byte[] response) throws SaslException
      Throws:
      SaslException
    • getAuthorizationID

      public String getAuthorizationID()
    • unwrap

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

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