Class SASLDigestMD5Mechanism

  • All Implemented Interfaces:
    java.lang.Comparable<org.jivesoftware.smack.sasl.SASLMechanism>

    public class SASLDigestMD5Mechanism
    extends SASLJavaXMechanism
    Implementation of the SASL DIGEST-MD5 mechanism.
    • Constructor Detail

      • SASLDigestMD5Mechanism

        public SASLDigestMD5Mechanism()
    • Method Detail

      • authzidSupported

        public boolean authzidSupported()
        Overrides:
        authzidSupported in class org.jivesoftware.smack.sasl.SASLMechanism
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in class org.jivesoftware.smack.sasl.SASLMechanism
      • newInstance

        public SASLDigestMD5Mechanism newInstance()
        Specified by:
        newInstance in class org.jivesoftware.smack.sasl.SASLMechanism