Class Credential.Crypt

    • Method Detail

      • check

        public boolean check​(Object credentials)
        Deprecated.
        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​(Object credential)
        Deprecated.
        Overrides:
        equals in class Object