Class Credential.MD5

    • Method Detail

      • getDigest

        public byte[] getDigest()
      • check

        public boolean check​(java.lang.Object credentials)
        Description copied from class: Credential
        Check a credential
        Specified by:
        check in class Credential
        Parameters:
        credentials - The credential to check against. This may either be another Credential object, a Password object or a String which is interpreted by this credential.
        Returns:
        True if the credentials indicated that the shared secret is known to both this Credential and the passed credential.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • digest

        public static java.lang.String digest​(java.lang.String password)